Fix eventview trap handling
[lttv.git] / trunk / lttv / lttv / modules / gui / resourceview / processlist.c
index 1b07852c47967ea6efa7ebd5264eaa8c19fa6c14..ee24ba65600ac126780b69be3780214f49b5a7c5 100644 (file)
@@ -693,6 +693,7 @@ HashedResourceData *resourcelist_obtain_generic(ControlFlowData *resourceview_da
   /* Prepare hash key */
   ru->ru.type = &(resourceview_data->process_list->restypes[res_type]);
   ru->trace_num = trace_num;
+  g_assert(id != -1);
   ru->id = id;
   
   /* Search within hash table */
This page took 0.027173 seconds and 4 git commands to generate.