X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Ftracecontext.c;h=406431261da4f8f14c929f6e71fa97ad9ed8ee39;hb=b56b5fec70d277471f2cf97686444ca7e4a4b3cc;hp=dd52153f589ed6454141f3036c6f6bcf427087bf;hpb=313bd6fc2be6b0b81b4dde2c9355e1e2edc21291;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.c b/ltt/branches/poly/lttv/lttv/tracecontext.c index dd52153f..40643126 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.c +++ b/ltt/branches/poly/lttv/lttv/tracecontext.c @@ -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);