diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-07-27 03:24:23 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-07-27 03:24:23 +0800 |
commit | 9574b77d639cede8aa38133850c9d4f3e6059a44 (patch) | |
tree | 286a41cd6e5f0abc19e0c4313610986bd728608d /mail | |
parent | 7878c06f05c0aa1a66b380fd4f31ddde227c7db1 (diff) | |
download | gsoc2013-evolution-9574b77d639cede8aa38133850c9d4f3e6059a44.tar gsoc2013-evolution-9574b77d639cede8aa38133850c9d4f3e6059a44.tar.gz gsoc2013-evolution-9574b77d639cede8aa38133850c9d4f3e6059a44.tar.bz2 gsoc2013-evolution-9574b77d639cede8aa38133850c9d4f3e6059a44.tar.lz gsoc2013-evolution-9574b77d639cede8aa38133850c9d4f3e6059a44.tar.xz gsoc2013-evolution-9574b77d639cede8aa38133850c9d4f3e6059a44.tar.zst gsoc2013-evolution-9574b77d639cede8aa38133850c9d4f3e6059a44.zip |
Bug #680577 - [text-highlight] - Failed to load part
Diffstat (limited to 'mail')
-rw-r--r-- | mail/e-mail-request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-request.c b/mail/e-mail-request.c index aee9c9cc91..28d1c87d25 100644 --- a/mail/e-mail-request.c +++ b/mail/e-mail-request.c @@ -140,7 +140,6 @@ handle_mail_request (GSimpleAsyncResult *res, g_warning ("Failed to lookup requested part '%s' - this should not happen!", part_id); } - g_free (part_id); } else { e_mail_formatter_format_sync ( formatter, part_list, request->priv->output_stream, @@ -162,6 +161,7 @@ handle_mail_request (GSimpleAsyncResult *res, }); } + g_free (part_id); g_object_unref (part_list); stream = g_memory_input_stream_new_from_data ( |