X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Flttng-live%2Flttng-live-plugin.c;fp=formats%2Flttng-live%2Flttng-live-plugin.c;h=bf71b2bfb3beee37bf009d3c186ed310bef0e59c;hp=adb7249dae8e16e5a30c82b34fff9468d0536e88;hb=94f6b907bffe65ba0d5f94a7d79b90a887702be4;hpb=e1b6c35805c93f7e79cc561e170cd46cc7967fa8 diff --git a/formats/lttng-live/lttng-live-plugin.c b/formats/lttng-live/lttng-live-plugin.c index adb7249d..bf71b2bf 100644 --- a/formats/lttng-live/lttng-live-plugin.c +++ b/formats/lttng-live/lttng-live-plugin.c @@ -307,7 +307,7 @@ int lttng_live_close_trace(struct bt_trace_descriptor *td) struct ctf_text_stream_pos *pos = container_of(td, struct ctf_text_stream_pos, trace_descriptor); - free(pos); + g_free(pos); return 0; }