From e90a360038e2428eb6b7090746bd32542eacf203 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 12 Sep 2012 15:06:09 +0200 Subject: theme-adium: fix priv->variant leak https://bugzilla.gnome.org/show_bug.cgi?id=683864 --- libempathy-gtk/empathy-theme-adium.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy-gtk/empathy-theme-adium.c') diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 64cbe0ec7..194273d92 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -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); } -- cgit v1.2.3