Commit b070fd27 authored by mlouielu's avatar mlouielu Committed by terryjreedy

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

Patch by Louie Lu.
parent 023564bf
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment