X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=trunk%2Flttv%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindow.c;fp=trunk%2Flttv%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindow.c;h=ebbaa06fd37fdeb050237b779238d2de4660136e;hb=43ed82b5b0a7de73d473ec7e6f8802e18d729ec3;hp=529e4ac6c21aed90cb33f611b543bd69b7dccd02;hpb=4ad053dfb73552faef1acc273a816ecf49e25b14;p=lttv.git diff --git a/trunk/lttv/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c b/trunk/lttv/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c index 529e4ac6..ebbaa06f 100644 --- a/trunk/lttv/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c +++ b/trunk/lttv/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c @@ -1113,7 +1113,6 @@ void events_request_free(EventsRequest *events_request) if(events_request->end_position != NULL) lttv_traceset_context_position_destroy(events_request->end_position); if(events_request->hooks != NULL) { - guint i; GArray *hooks = events_request->hooks; lttv_trace_hook_remove_all(&hooks); g_array_free(events_request->hooks, TRUE);