mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 10:51:55 +00:00
Ensure the update check process is killed on exit
This commit is contained in:
parent
8778cf63c4
commit
bfac482940
1 changed files with 2 additions and 0 deletions
|
|
@ -779,6 +779,8 @@ class Boss:
|
|||
def destroy(self):
|
||||
self.shutting_down = True
|
||||
self.child_monitor.shutdown_monitor()
|
||||
if self.update_check_process is not None:
|
||||
self.update_check_process.kill()
|
||||
self.update_check_process = None
|
||||
del self.child_monitor
|
||||
for tm in self.os_window_map.values():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue