mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-analyze: cleanup kernel symbols
This commit is contained in:
@ -39,6 +39,8 @@ sysprof_document_symbols_finalize (GObject *object)
|
|||||||
for (guint i = 0; i < G_N_ELEMENTS (self->context_switches); i++)
|
for (guint i = 0; i < G_N_ELEMENTS (self->context_switches); i++)
|
||||||
g_clear_object (&self->context_switches[i]);
|
g_clear_object (&self->context_switches[i]);
|
||||||
|
|
||||||
|
g_clear_object (&self->kernel_symbols);
|
||||||
|
|
||||||
G_OBJECT_CLASS (sysprof_document_symbols_parent_class)->finalize (object);
|
G_OBJECT_CLASS (sysprof_document_symbols_parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user