diff options
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); } |