Chain up in g_settings_finalize
authorMatthias Clasen <mclasen@redhat.com>
Sat, 10 Jul 2010 21:12:31 +0000 (17:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 10 Jul 2010 21:12:31 +0000 (17:12 -0400)
Requested in bug 623954

gio/gsettings.c

index f4469c1..8685de2 100644 (file)
@@ -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