[empathy] Stop status_html from leaking



commit 3f1ee55e4b48f8e771abe18808502a2f62f17932
Author: Patryk Zawadzki <patrys pld-linux org>
Date:   Fri Jun 19 15:49:24 2009 +0200

    Stop status_html from leaking

 libempathy-gtk/empathy-theme-adium.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c
index 9710331..4aa32a3 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);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]