mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-22 15:19:16 +02: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_object_unref (settings->priv->schema);
|
||||||
g_free (settings->priv->schema_name);
|
g_free (settings->priv->schema_name);
|
||||||
g_free (settings->priv->path);
|
g_free (settings->priv->path);
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (g_settings_parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user