Ensure the update check process is killed on exit
This commit is contained in:
parent
8778cf63c4
commit
bfac482940
@ -779,6 +779,8 @@ class Boss:
|
|||||||
def destroy(self):
|
def destroy(self):
|
||||||
self.shutting_down = True
|
self.shutting_down = True
|
||||||
self.child_monitor.shutdown_monitor()
|
self.child_monitor.shutdown_monitor()
|
||||||
|
if self.update_check_process is not None:
|
||||||
|
self.update_check_process.kill()
|
||||||
self.update_check_process = None
|
self.update_check_process = None
|
||||||
del self.child_monitor
|
del self.child_monitor
|
||||||
for tm in self.os_window_map.values():
|
for tm in self.os_window_map.values():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user