Bug 628324 – Invalid reads in gdbus-export test
authorDavid Zeuthen <davidz@redhat.com>
Mon, 30 Aug 2010 17:45:46 +0000 (13:45 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 30 Aug 2010 17:51:43 +0000 (13:51 -0400)
commit52348e15874869cb02052253847358361f10ec7f
tree334ec1a9f5d47552524f240f1560765e120ff3c9
parent72ea8b1df744ef8a11e67d1b7df121849c0298fb
Bug 628324 – Invalid reads in gdbus-export test

Looks like we forgot to ref the returned GVariant in
g_dbus_proxy_call_finish().

It's a good question why code using g_dbus_proxy_call() and
g_dbus_proxy_call_finish() worked in the first place - probably the
answer is that no-one really used these APIs.

Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/gdbusproxy.c