dbus_bus_register: don't unref the messages with the lock held
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 22 Feb 2011 18:49:29 +0000 (18:49 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 28 Jul 2011 17:22:17 +0000 (18:22 +0100)
Finalizing a message can call out to user code via dbus_message_set_data
(or to internal code not expecting locks to be held, via DBusCounter).

Reviewed-by: Colin Walters <walters@verbum.org>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34393


No differences found