Changed timer task removal to properly remove--memory leak fix.

This commit is contained in:
M. Ian Graham 2006-10-19 21:13:14 +00:00
parent 5b3f37c360
commit 5db62c7cb9
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class AsyncRequest(DirectObject):
self.__deleted=True
_removeActiveAsyncRequest(self)
self.ignoreAll()
self.timeoutTask.remove()
taskMgr.remove(self.timeoutTask)
del self.timeoutTask
messenger.send(self.deletingMessage, [])
if 0: