Skip to content

Commit

Permalink
backend: Force terminate wineserver on bottle deletion
Browse files Browse the repository at this point in the history
fix #2380
  • Loading branch information
mirkobrombin committed Dec 16, 2022
1 parent db08d38 commit 6770118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottles/backend/managers/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ def delete_bottle(self, config: dict) -> bool:
wineboot = WineBoot(config)
wineserver = WineServer(config)

wineboot.kill()
wineboot.kill(True)
wineserver.wait()

if config.get("Path"):
Expand Down

0 comments on commit 6770118

Please sign in to comment.