Fix two memory leaks
[lttv.git] / lttv / lttv / sync / event_processing_lttng_common.c
index 62044f6f891ea680907b178a8593d560b95360dc..892d2028c388e8704e1ba042fce9d56de671f171 100644 (file)
@@ -240,6 +240,7 @@ void unregisterHooks(GArray* hookListList, LttvTracesetContext* const
                        }
                }
 
+               lttv_trace_hook_remove_all(&hookList);
                g_array_free(hookList, TRUE);
        }
        g_array_free(hookListList, TRUE);
This page took 0.023177 seconds and 4 git commands to generate.