]> git.0d.be Git - empathy.git/commit
Move destruction of connections from finalize to dispose.
authorMike Ruprecht <mike.ruprecht@collabora.co.uk>
Wed, 14 Oct 2009 21:59:04 +0000 (16:59 -0500)
committerMike Ruprecht <mike.ruprecht@collabora.co.uk>
Wed, 14 Oct 2009 21:59:04 +0000 (16:59 -0500)
commit21236da0d1d89af62dd4e11e883b553af658f41a
tree21fd71196fb69b7bd2992ff4599a077f28a5894e
parenteeafe98a27dbccc08a6023b7c73f7bd537c5e39c
Move destruction of connections from finalize to dispose.

Code can potentially be run between the dispose and finalize methods. This
moves the destruction of connections and subsequently outstanding_requests
into the dispose function so the request callback can't be fired between
unreffing the EmpathyDispatcher and cancelling the pending request.
libempathy/empathy-dispatcher.c