gdbus: Always unreference the message in g_dbus_send_message()
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Fri, 8 Feb 2013 13:58:10 +0000 (15:58 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 23 Feb 2013 10:50:02 +0000 (11:50 +0100)
commit90be096dda352bfa08fb5a1481ca6f3afd30db5e
tree157aef1323038250465f05aa5862d948d2c3f645
parentfd7df6fc7ec20c060277cd479616db4fab4972b5
gdbus: Always unreference the message in g_dbus_send_message()

A quick fix on g_dbus_send_message(), if check_signal() fails it returns
FALSE without unreferencing the message as it should. This patch fixes
it.
gdbus/object.c