]> git.ipfire.org Git - thirdparty/dbus.git/commit
Prevent a crash in some applications due to timers leaking after the
authorThiago Macieira <thiago@kde.org>
Sat, 17 May 2008 08:09:20 +0000 (10:09 +0200)
committerThiago Macieira <thiago@kde.org>
Sat, 17 May 2008 08:10:42 +0000 (10:10 +0200)
commitcdca6dbce88fd1e1195e2a81eb6619c782df2fac
tree87b82162b0b5bc9b210181044c9ee548f09df3a2
parent12e838d766c14368112e0333146d77e806c151db
Prevent a crash in some applications due to timers leaking after the
DVusPendingCall object was freed.

    * dbus-connection.c: Remove the timer for the pending call's timeout in
      case the reply has timed out in blocking code. This fixes bug 15684.
dbus/dbus-connection.c