fix off-by-one in marker id test
[lttv.git] / ltt / branches / poly / ltt / marker.c
index 54209570f787c9fccbb72d3a1f46db95a5aaddf1..2a0d1cb132139d477b6f21a32b021f8b84a34a9e 100644 (file)
@@ -440,6 +440,7 @@ int marker_id_event(LttTrace *trace, GQuark name, guint16 id,
   info->pointer_size = pointer_size;
   info->size_t_size = size_t_size;
   info->alignment = alignment;
+  info->fields = NULL;
   info->next = NULL;
   head = marker_get_info_from_name(trace, name);
   if (!head)
This page took 0.023128 seconds and 4 git commands to generate.