Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2023-11-02 22:58:45 +00:00
3 changed files with 7 additions and 2 deletions

View File

@ -338,6 +338,7 @@ window_destroy(struct window *w)
{
log_debug("window @%u destroyed (%d references)", w->id, w->references);
window_unzoom(w);
RB_REMOVE(windows, &windows, w);
if (w->layout_root != NULL)