state hooks bug fixed
[lttv.git] / ltt / branches / poly / lttv / lttv / tracecontext.c
index 4dd8e3a18de3bb8590b41fb6ae6e08ad99a06849..970da06454407f05b1bea32c6f0b9c5ffc3c5084 100644 (file)
@@ -247,8 +247,6 @@ void fini(LttvTracesetContext *self)
 
   LttvTraceset *ts = self->ts;
 
-  //FIXME : segfault
-
   g_tree_destroy(self->pqueue);
   g_object_unref(self->a);
 
@@ -903,7 +901,7 @@ lttv_trace_find_hook(LttTrace *t, GQuark facility, GQuark event,
   LttvTraceHookByFacility *thf, *first_thf;
 
   facilities = ltt_trace_facility_get_by_name(t, facility);
-  
+
   if(unlikely(facilities == NULL)) goto facility_error;
 
   th->fac_index = g_array_sized_new(FALSE, TRUE,
This page took 0.033412 seconds and 4 git commands to generate.