commit | 68c890585991c1114690d43a179eef0a7f207871 | [log] [download] |
---|---|---|
author | nicm <nicm> | Mon Sep 27 19:12:00 2021 +0000 |
committer | nicm <nicm> | Mon Sep 27 19:12:00 2021 +0000 |
tree | 7f501387876ec7675a2f0baee1c77d28bb2c7237 | |
parent | 257e9ba69a06c37c3b970db06c50e93f91955b11 [diff] |
Do not call recalculate_sizes while clearing a client session because it needs to loop over the clients, instead do it after all clients are cleared. Fixes a crash reported by martijn@ when a session with multiple clients attached is destroyed, but there are other sessions so tmux does not entirely exit. ok deraadt