Skip to content

Commit

Permalink
bpo-30642: IDLE: Fix test_query refleak (python#2147)
Browse files Browse the repository at this point in the history
Patch by Louie Lu.
  • Loading branch information
mlouielu authored and terryjreedy committed Jun 13, 2017
1 parent 023564b commit b070fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/idlelib/idle_test/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def setUpClass(cls):

@classmethod
def tearDownClass(cls):
del cls.dialog.destroy
del cls.dialog
cls.root.destroy()
del cls.root
Expand Down

0 comments on commit b070fd2

Please sign in to comment.