forked from AuroraMiddleware/gtk
places sidebar: Always chain up in finalize
The GtkSidebarRow class was forgetting to do this. The visible symptom of this in valgrind is that you notice GObject data being leaked.
This commit is contained in:
parent
3e6177d2dd
commit
9418712782
@ -298,6 +298,8 @@ gtk_sidebar_row_finalize (GObject *object)
|
||||
g_clear_object (&self->drive);
|
||||
g_clear_object (&self->volume);
|
||||
g_clear_object (&self->mount);
|
||||
|
||||
G_OBJECT_CLASS (gtk_sidebar_row_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user