mega modif by Mathieu Desnoyers. Independant main windows, multiple tracesets, contro...
[lttv.git] / ltt / branches / poly / lttv / attribute.c
index 648beee4858ececa4f483b87ac643731b68a2aef..59241fb3e815cfc67862f6b52ec942de0ef81753 100644 (file)
@@ -335,6 +335,7 @@ static void
 attribute_finalize (LttvAttribute *self)
 {
   g_hash_table_destroy(self->names);
+  g_critical("attribute_finalize()");
   g_array_free(self->attributes, TRUE);
   G_OBJECT_CLASS(g_type_class_peek_parent(
       g_type_class_peek(LTTV_ATTRIBUTE_TYPE)))->finalize(G_OBJECT(self));
This page took 0.022729 seconds and 4 git commands to generate.