From 3f1ee55e4b48f8e771abe18808502a2f62f17932 Mon Sep 17 00:00:00 2001 From: Patryk Zawadzki Date: Fri, 19 Jun 2009 15:49:24 +0200 Subject: [PATCH] Stop status_html from leaking --- libempathy-gtk/empathy-theme-adium.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 9710331e..4aa32a3f 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -766,6 +766,7 @@ theme_adium_finalize (GObject *object) g_free (priv->default_incoming_avatar_filename); g_free (priv->default_outgoing_avatar_filename); g_free (priv->path); + g_free (priv->status_html); G_OBJECT_CLASS (empathy_theme_adium_parent_class)->finalize (object); } -- 2.39.2