mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: cleanup symbols array in finalize
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user