Fix: a pending call was leaking in check_service
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>
Fri, 12 Feb 2010 20:35:08 +0000 (17:35 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 17 Feb 2010 09:59:12 +0000 (01:59 -0800)
commitfb02febb39a318a1e4d846956932ea24a88423d7
tree6fed213a3988a3d49445af454d92811bed4aa552
parentc9479134d6444c9e9da98ad5bb5ba4891a86d51b
Fix: a pending call was leaking in check_service

This was triggering an assert inside libdbus when the timeout inside
the leaking pending call expired. The assert said that we were trying
to remove an nonexistent timeout.
gdbus/watch.c