Fix memory leak in ProgressMeter
This commit is contained in:
@ -314,6 +314,7 @@ class ProgressMeter:
|
|||||||
"""
|
"""
|
||||||
Close the progress meter
|
Close the progress meter
|
||||||
"""
|
"""
|
||||||
|
del self.__cancel_callback
|
||||||
self.__dialog.destroy()
|
self.__dialog.destroy()
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user