OSDN Git Service

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)
committerJohan Hedberg <johan.hedberg@intel.com>
Sat, 23 Feb 2013 10:47:24 +0000 (12:47 +0200)
commit668a93d4b8f633c8bd4e7a81a2ba910e3e26a752
treef596f61fa96df7115d4e96ed1868137de10b458c
parentb05c3bdf3ce65e9acadd3f4ccc5749949411fb70
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