show text : running state
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Process_List.c
index 37069b1a7bd1f926bac1364f082d5d5717f55454..93298c5e5a921c18bf5d40c918b5cdc8ecff672e 100644 (file)
@@ -314,6 +314,7 @@ int processlist_add(        ProcessList *Process_List,
        Hashed_Process_Data->draw_context = g_new(DrawContext, 1);
        Hashed_Process_Data->draw_context->drawable = NULL;
        Hashed_Process_Data->draw_context->gc = NULL;
+       Hashed_Process_Data->draw_context->pango_layout = NULL;
        Hashed_Process_Data->draw_context->Current = g_new(DrawInfo,1);
        Hashed_Process_Data->draw_context->Current->over = g_new(ItemInfo,1);
        Hashed_Process_Data->draw_context->Current->over->x = -1;
This page took 0.022861 seconds and 4 git commands to generate.