From 101305e1c7dc24f5a40e80a900b0777b2634722f Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 7 Sep 2010 18:39:46 +0200 Subject: Various memory leaks --- mail/em-format-html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-format-html.c') diff --git a/mail/em-format-html.c b/mail/em-format-html.c index fb0bc0a567..8962de2c36 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -604,13 +604,13 @@ efh_finalize (GObject *object) { EMFormatHTML *efh = EM_FORMAT_HTML (object); - /* FIXME: check for leaked stuff */ - em_format_html_clear_pobject (efh); efh_gtkhtml_destroy (GTK_HTML (efh->priv->web_view), efh); g_hash_table_destroy (efh->priv->text_inline_parts); + g_mutex_free (efh->priv->lock); + /* Chain up to parent's finalize() method. */ G_OBJECT_CLASS (parent_class)->finalize (object); } -- cgit v1.2.3