GDBusProxy: Don't leak a GSimpleAsyncResult when doing async calls

Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
David Zeuthen 2010-08-03 11:14:21 -04:00
parent b2715bbc5e
commit 3940cc9a11

View File

@ -2157,6 +2157,7 @@ reply_cb (GDBusConnection *connection,
/* no need to complete in idle since the method GDBusConnection already does */
g_simple_async_result_complete (simple);
g_object_unref (simple);
}
static const GDBusMethodInfo *