aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-05-13 21:32:51 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-05-13 21:40:23 +0800
commit59ba5e620d20c8db4b02f7ae180536da1b5d09d5 (patch)
tree7a24eea8b2f778922f6b1b9d35a6900547fd4b7d /em-format
parent53a3d2f4e1473dd93fee8e7367bc329b8dc5ef23 (diff)
downloadgsoc2013-evolution-59ba5e620d20c8db4b02f7ae180536da1b5d09d5.tar
gsoc2013-evolution-59ba5e620d20c8db4b02f7ae180536da1b5d09d5.tar.gz
gsoc2013-evolution-59ba5e620d20c8db4b02f7ae180536da1b5d09d5.tar.bz2
gsoc2013-evolution-59ba5e620d20c8db4b02f7ae180536da1b5d09d5.tar.lz
gsoc2013-evolution-59ba5e620d20c8db4b02f7ae180536da1b5d09d5.tar.xz
gsoc2013-evolution-59ba5e620d20c8db4b02f7ae180536da1b5d09d5.tar.zst
gsoc2013-evolution-59ba5e620d20c8db4b02f7ae180536da1b5d09d5.zip
Fix some GSimpleAsyncResult reference leaks.
Diffstat (limited to 'em-format')
-rw-r--r--em-format/em-format.c2
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