controlflow: make it work again
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.c
index 4f77d883a695173b97fc73db4e5bd834bac5bddc..5ff1c55c31f515ef7a3e1469028b61725eb80879 100644 (file)
@@ -1110,7 +1110,7 @@ void events_request_free(EventsRequest *events_request)
   if(events_request->hooks != NULL) {
     guint i;
     GArray *hooks = events_request->hooks;
-    lttv_trace_hook_remove_all(hooks);
+    lttv_trace_hook_remove_all(&hooks);
     g_array_free(events_request->hooks, TRUE);
   }
   if(events_request->before_chunk_traceset != NULL)
This page took 0.022794 seconds and 4 git commands to generate.