From 59ba5e620d20c8db4b02f7ae180536da1b5d09d5 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 13 May 2012 09:32:51 -0400 Subject: Fix some GSimpleAsyncResult reference leaks. --- em-format/em-format.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'em-format') 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 -- cgit v1.2.3