From ea7fe3c55f34d365837ba5a80647f974b277a867 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 14 Jul 2023 17:09:12 -0700 Subject: [PATCH] libsysprof-gtk: add missing unref func --- src/libsysprof-gtk/sysprof-value-axis.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libsysprof-gtk/sysprof-value-axis.h b/src/libsysprof-gtk/sysprof-value-axis.h index 54dae803..fc6486ca 100644 --- a/src/libsysprof-gtk/sysprof-value-axis.h +++ b/src/libsysprof-gtk/sysprof-value-axis.h @@ -48,4 +48,6 @@ SYSPROF_AVAILABLE_IN_ALL void sysprof_value_axis_set_max_value (SysprofValueAxis *self, double max_value); +G_DEFINE_AUTOPTR_CLEANUP_FUNC (SysprofValueAxis, g_object_unref) + G_END_DECLS