diff options
author | Patryk Zawadzki <patrys@pld-linux.org> | 2009-06-19 21:49:24 +0800 |
---|---|---|
committer | Patryk Zawadzki <patrys@pld-linux.org> | 2009-06-19 21:49:24 +0800 |
commit | 3f1ee55e4b48f8e771abe18808502a2f62f17932 (patch) | |
tree | 5f330c1f961cee9e8bf36a5290b3a1f868b569c2 | |
parent | 20be4973fcdaff3ee828483f2b03b67adec260a1 (diff) | |
download | gsoc2013-empathy-3f1ee55e4b48f8e771abe18808502a2f62f17932.tar gsoc2013-empathy-3f1ee55e4b48f8e771abe18808502a2f62f17932.tar.gz gsoc2013-empathy-3f1ee55e4b48f8e771abe18808502a2f62f17932.tar.bz2 gsoc2013-empathy-3f1ee55e4b48f8e771abe18808502a2f62f17932.tar.lz gsoc2013-empathy-3f1ee55e4b48f8e771abe18808502a2f62f17932.tar.xz gsoc2013-empathy-3f1ee55e4b48f8e771abe18808502a2f62f17932.tar.zst gsoc2013-empathy-3f1ee55e4b48f8e771abe18808502a2f62f17932.zip |
Stop status_html from leaking
-rw-r--r-- | 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 9710331e2..4aa32a3f6 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); } |