Fix: Double free when calling bt_context_remove_trace()
[babeltrace.git] / lib / trace-handle.c
index 0da565b02000e230eb9322dbc34bc3dffe5c0f5e..455e4407e37722be78f18ed5311cf0af7c7b5430 100644 (file)
@@ -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);
 }
 
This page took 0.022413 seconds and 4 git commands to generate.