saved state fixes
[lttv.git] / ltt / branches / poly / lttv / lttv / tracecontext.c
index dd52153f589ed6454141f3036c6f6bcf427087bf..406431261da4f8f14c929f6e71fa97ad9ed8ee39 100644 (file)
@@ -1029,7 +1029,7 @@ LttTime lttv_traceset_context_position_get_time(
 LttvTracefileContext *lttv_traceset_context_get_current_tfc(LttvTracesetContext *self)
 {
   GTree *pqueue = self->pqueue;
-  LttvTracefileContext *tfc;
+  LttvTracefileContext *tfc = NULL;
 
   g_tree_foreach(pqueue, get_first, &tfc);
 
This page took 0.02251 seconds and 4 git commands to generate.