libsysprof-analyze: add missing autoptr cleanup funcs

This commit is contained in:
Christian Hergert
2023-04-28 12:13:08 -07:00
parent 5efa3d04e7
commit fdfe130edd
10 changed files with 22 additions and 0 deletions

View File

@ -37,5 +37,7 @@ GType sysprof_document_process_get_type (void) G_GNUC_CONST;
SYSPROF_AVAILABLE_IN_ALL
const char *sysprof_document_process_get_command_line (SysprofDocumentProcess *self);
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SysprofDocumentProcess, g_object_unref)
G_END_DECLS