X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=lib%2Ftrace-handle.c;fp=lib%2Ftrace-handle.c;h=455e4407e37722be78f18ed5311cf0af7c7b5430;hp=0da565b02000e230eb9322dbc34bc3dffe5c0f5e;hb=e1b9425b46522a5592dae0f537c8bb638431cb58;hpb=0cf14365731316b65a24742928e8a72100ebe907 diff --git a/lib/trace-handle.c b/lib/trace-handle.c index 0da565b0..455e4407 100644 --- a/lib/trace-handle.c +++ b/lib/trace-handle.c @@ -49,7 +49,6 @@ struct bt_trace_handle *bt_trace_handle_create(struct bt_context *ctx) void bt_trace_handle_destroy(struct bt_trace_handle *th) { - th->format->close_trace(th->td); g_free(th); }