kill toontown crash when you directly close the window

This commit is contained in:
Redmond Urbino 2007-03-14 19:12:43 +00:00
parent 3ea746efb4
commit 53a3560e97

View File

@ -37,6 +37,8 @@ class GarbageReport(Job):
if threaded == False:
jobMgr.finish(self)
self.numGarbage = 0
def run(self):
# do the garbage collection
wasOn = gcDebugOn()