examples: Remove unnecessary assignment 61/297961/1 accepted/tizen/unified/20230831.081028
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 29 Aug 2023 06:22:12 +0000 (15:22 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 29 Aug 2023 07:08:27 +0000 (16:08 +0900)
Change-Id: I8ad0759f8dea177a324fd9a8e475236a7ca43453

examples/protocol-trace.c

index 45a3120..1d378e4 100644 (file)
@@ -1580,7 +1580,6 @@ protocol_trace_init(struct wl_display *d)
         char *tmp = strdup(env_path);
         if (!tmp) return false;
         free(tmp);
-        env_path = NULL;
     }
     if (!ret)
         return ret;