mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Chain up in g_settings_finalize
Requested in bug 623954
This commit is contained in:
parent
61027a8b5c
commit
41f4aba2d2
@ -461,6 +461,8 @@ g_settings_finalize (GObject *object)
|
||||
g_object_unref (settings->priv->schema);
|
||||
g_free (settings->priv->schema_name);
|
||||
g_free (settings->priv->path);
|
||||
|
||||
G_OBJECT_CLASS (g_settings_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user