diff options
-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); } |