]> git.0d.be Git - empathy.git/commitdiff
theme-adium: fix priv->variant leak
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 12 Sep 2012 13:06:09 +0000 (15:06 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 13 Sep 2012 08:15:46 +0000 (10:15 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=683864

libempathy-gtk/empathy-theme-adium.c

index 64cbe0ec70de5831af9a6a4beb972da7e3cdddcc..194273d923737e034f1d05e165fdbe9c6d87174a 100644 (file)
@@ -1439,6 +1439,8 @@ theme_adium_finalize (GObject *object)
   g_object_unref (self->priv->gsettings_chat);
   g_object_unref (self->priv->gsettings_desktop);
 
+  g_free (self->priv->variant);
+
   G_OBJECT_CLASS (empathy_theme_adium_parent_class)->finalize (object);
 }