4145: During book report creation

svn: r20515
This commit is contained in:
Paul Franklin 2012-10-04 00:07:59 +00:00
parent b74b1ee293
commit 6bab48a92b

View File

@ -109,6 +109,7 @@ class ReportDialog(ManagedWindow):
Close itself.
cleanup things that can prevent garbage collection
"""
if hasattr(self, 'widgets'): # handle pathlogical bug 4145
totwidg = range(len(self.widgets))
totwidg.reverse()
for ind in totwidg: