aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
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 /addressbook/gui
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 'addressbook/gui')
-rw-r--r--addressbook/gui/widgets/eab-contact-formatter.c2
1 files changed, 2 insertions, 0 deletions
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