X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fdrawing.c;h=265c68d5563d8461c1f10946523a75d683e8aaf2;hb=4e86ae2e22548733054ffe05644d4a66030c859e;hp=1f4100ee96d5c33d05ef13a8491ce3f172804384;hpb=fae7b8ee15af7d3c4eea352cea6f73a1c89a5ac0;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c index 1f4100ee..265c68d5 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c @@ -410,6 +410,10 @@ void drawing_data_request_begin(EventsRequest *events_request, LttvTracesetState g_hash_table_foreach(cfd->process_list->process_hash, set_last_start, (gpointer)x); + + cfd->process_list->current_process_info = NULL; + cfd->process_list->current_hash_data = NULL; + } void drawing_chunk_begin(EventsRequest *events_request, LttvTracesetState *tss)