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. --- addressbook/gui/widgets/eab-contact-formatter.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui') diff --git a/addressbook/gui/widgets/eab-contact-formatter.c b/addressbook/gui/widgets/eab-contact-formatter.c index c436ea8e12..124e211ce9 100644 --- a/addressbook/gui/widgets/eab-contact-formatter.c +++ b/addressbook/gui/widgets/eab-contact-formatter.c @@ -1258,6 +1258,8 @@ eab_contact_formatter_format_contact_async (EABContactFormatter *formatter, g_simple_async_result_run_in_thread ( simple, do_start_async_formatter, G_PRIORITY_DEFAULT, cancellable); + + g_object_unref (simple); } static void -- cgit v1.2.3