Fix: lttng-live: lttng_live_open_trace_read memory leak
[babeltrace.git] / formats / lttng-live / lttng-live-plugin.c
index ed52a995c2c55ca886852d05c71e222bb1cf3000..0bebdd890aca35a8658350eafdad81fadc99eef1 100644 (file)
@@ -288,6 +288,7 @@ static int lttng_live_open_trace_read(const char *path)
        }
 
 end_free:
+       g_array_free(ctx->session_ids, TRUE);
        g_hash_table_destroy(ctx->session->ctf_traces);
        free_session_streams(ctx->session);
        g_free(ctx->session);
This page took 0.022684 seconds and 4 git commands to generate.