libsysprof-analyze: cleanup symbols array in finalize

This commit is contained in:
Christian Hergert
2023-06-12 11:34:22 -07:00
parent 2c9c41dedc
commit b873ee1f37

View File

@ -150,6 +150,7 @@ sysprof_callgraph_finalize (GObject *object)
SysprofCallgraph *self = (SysprofCallgraph *)object;
g_clear_pointer (&self->symbol_to_summary, g_hash_table_unref);
g_clear_pointer (&self->symbols, g_ptr_array_unref);
g_clear_object (&self->document);
g_clear_object (&self->traceables);