Fix segfault on free() pointer
[lttng-tools.git] / lttng / commands / destroy.c
index 3fd3eb0247e288aef4782263f6233d68dcc03b98..d7c01097fdf8d03e029102bc03813112a4069c6d 100644 (file)
@@ -94,7 +94,6 @@ static int destroy_session()
                MSG("Session %s destroyed", session_name);
        }
 
-       free(path);
        ret = CMD_SUCCESS;
 
 free_name:
This page took 0.024403 seconds and 5 git commands to generate.