aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-02-21 03:10:44 +0800
committerMilan Crha <mcrha@redhat.com>2014-02-21 03:10:44 +0800
commit197c8e1274f70c035614cbb54c7926901d1b1db5 (patch)
treeec95b4de757d1b6cc2f59eaaf1d83e6fc2952e37
parentd80607dbcbaf4f245a270698dbcae71869b8450b (diff)
downloadgsoc2013-evolution-197c8e1274f70c035614cbb54c7926901d1b1db5.tar
gsoc2013-evolution-197c8e1274f70c035614cbb54c7926901d1b1db5.tar.gz
gsoc2013-evolution-197c8e1274f70c035614cbb54c7926901d1b1db5.tar.bz2
gsoc2013-evolution-197c8e1274f70c035614cbb54c7926901d1b1db5.tar.lz
gsoc2013-evolution-197c8e1274f70c035614cbb54c7926901d1b1db5.tar.xz
gsoc2013-evolution-197c8e1274f70c035614cbb54c7926901d1b1db5.tar.zst
gsoc2013-evolution-197c8e1274f70c035614cbb54c7926901d1b1db5.zip
EMailParser: Forgot to unref CamelSession
-rw-r--r--em-format/e-mail-parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/em-format/e-mail-parser.c b/em-format/e-mail-parser.c
index ad8e9f81d4..17d5a817ee 100644
--- a/em-format/e-mail-parser.c
+++ b/em-format/e-mail-parser.c
@@ -194,6 +194,7 @@ e_mail_parser_finalize (GObject *object)
priv = E_MAIL_PARSER_GET_PRIVATE (object);
+ g_clear_object (&priv->session);
g_mutex_clear (&priv->mutex);
/* Chain up to parent's finalize() method. */