libsysprof-analyze: cleanup kernel symbols

This commit is contained in:
Christian Hergert
2023-06-20 11:03:31 -07:00
parent 43ec0e48f5
commit 4d86d8641a

View File

@ -39,6 +39,8 @@ sysprof_document_symbols_finalize (GObject *object)
for (guint i = 0; i < G_N_ELEMENTS (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);
}