Change client message processing
[lttng-tools.git] / lttng / lttng.c
index f390fddb254933398e649eea0ae1ad0fd801a4bb..6cc540922a77b78ebd29c505255bfa54ad65996b 100644 (file)
@@ -105,6 +105,9 @@ static int process_opt_list_apps(void)
                fclose(fp);
        }
 
+       /* Allocated by lttng_ust_list_apps() */
+       free(pids);
+
        return 0;
 
 error:
This page took 0.022411 seconds and 4 git commands to generate.