bpo-30642: IDLE: Fix test_query refleak (#2147)

Patch by Louie Lu.
This commit is contained in:
mlouielu 2017-06-13 20:29:44 +08:00 committed by terryjreedy
parent 023564bf7d
commit b070fd275b
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ class QueryGuiTest(unittest.TestCase):
@classmethod
def tearDownClass(cls):
del cls.dialog.destroy
del cls.dialog
cls.root.destroy()
del cls.root