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:16 +0000 (11:50 +0100)
commit7b0b28bb41a112bba1d4f33273105ffc54f98c2b
tree5b70efb9f0390d41f049bf222d29d85f17d02aa5
parent93eb1e5d8eb99f182e6bc5ff8159deeecbd0b557
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