aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-05-15 00:33:34 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-05-15 00:40:21 +0800
commit34513c10bebed8dbd4964936616f2f32e041ce45 (patch)
tree68cbc3974f6d612c0ede7058637d2e74d0f1a145 /mail
parent2ab1737f33db974383e653fc8c2ee2ad104b271f (diff)
downloadgsoc2013-evolution-34513c10bebed8dbd4964936616f2f32e041ce45.tar
gsoc2013-evolution-34513c10bebed8dbd4964936616f2f32e041ce45.tar.gz
gsoc2013-evolution-34513c10bebed8dbd4964936616f2f32e041ce45.tar.bz2
gsoc2013-evolution-34513c10bebed8dbd4964936616f2f32e041ce45.tar.lz
gsoc2013-evolution-34513c10bebed8dbd4964936616f2f32e041ce45.tar.xz
gsoc2013-evolution-34513c10bebed8dbd4964936616f2f32e041ce45.tar.zst
gsoc2013-evolution-34513c10bebed8dbd4964936616f2f32e041ce45.zip
Don't unref the result in GAsyncReadyCallback functions.
The callback does not own the GAsyncResult passed to it.
Diffstat (limited to 'mail')
-rw-r--r--mail/e-mail-reader.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index 9106e4f9ab..96506361a8 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -3071,8 +3071,6 @@ format_parser_async_done_cb (GObject *source,
g_object_unref (closure->display);
g_free (closure);
- g_object_unref (result);
-
/* Remove the reference added when formatter was created,
* so that only owners are EMailDisplays */
g_object_unref (emf);