taskMgr.destroy() should imply stop()

This commit is contained in:
rdb 2014-08-14 18:08:31 +00:00
parent d658ba7254
commit f8acde64f7

View File

@ -136,6 +136,7 @@ class TaskManager:
def destroy(self):
# This should be safe to call multiple times.
self.running = False
self.notify.info("TaskManager.destroy()")
self.destroyed = True
self._frameProfileQueue.clear()