Fix D-Bus timeout handling
authorDaniel Orstadius <daniel.orstadius@gmail.com>
Wed, 16 Dec 2009 09:23:46 +0000 (11:23 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 17 Dec 2009 06:34:49 +0000 (22:34 -0800)
commit852e6e494d09b399e77803441582525ae6a38f74
tree94affe6dcfc2e6fe3114a5f8dc01372466479e16
parentdc9ba2262b1ce917da82d1678f0fc3f1d744547d
Fix D-Bus timeout handling

Timeouts should also be removed in the remove_timeout callback in
addition to the timeout_handler_free function. This is how dbus-glib
does it and it seems to prevent crashes in certain situations.
gdbus/mainloop.c