diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-05-13 21:32:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-05-13 21:40:23 +0800 |
commit | 59ba5e620d20c8db4b02f7ae180536da1b5d09d5 (patch) | |
tree | 7a24eea8b2f778922f6b1b9d35a6900547fd4b7d /em-format/em-format.c | |
parent | 53a3d2f4e1473dd93fee8e7367bc329b8dc5ef23 (diff) | |
download | gsoc2013-evolution-59ba5e620d20c8db4b02f7ae180536da1b5d09d5.tar.gz gsoc2013-evolution-59ba5e620d20c8db4b02f7ae180536da1b5d09d5.tar.zst gsoc2013-evolution-59ba5e620d20c8db4b02f7ae180536da1b5d09d5.zip |
Fix some GSimpleAsyncResult reference leaks.
Diffstat (limited to 'em-format/em-format.c')
-rw-r--r-- | em-format/em-format.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/em-format/em-format.c b/em-format/em-format.c index 23b2fd6ba8..9603dbd4cb 100644 --- a/em-format/em-format.c +++ b/em-format/em-format.c @@ -2032,6 +2032,8 @@ em_format_parse_async (EMFormat *emf, g_simple_async_result_run_in_thread ( simple, emf_start_async_parser, G_PRIORITY_DEFAULT, cancellable); + + g_object_unref (simple); } void |