libsysprof-analyze: cleanup tid->symbol hashtable

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

View File

@ -227,6 +227,7 @@ sysprof_document_finalize (GObject *object)
g_clear_pointer (&self->strings, sysprof_strings_unref);
g_clear_pointer (&self->pid_to_process_info, g_hash_table_unref);
g_clear_pointer (&self->tid_to_symbol, g_hash_table_unref);
g_clear_pointer (&self->mapped_file, g_mapped_file_unref);
g_clear_pointer (&self->frames, g_array_unref);