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=9b6ae25b0e3245ec7f842584e8f77070aa6919f3;hpb=e11a3d287a3a542cef2d670cc060a1ab1692966f 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; }