mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 20:24:04 +02:00
Chain up in g_settings_finalize
Requested in bug 623954
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user