mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Merge branch 'master' into floating_panes
This commit is contained in:
6
window.c
6
window.c
@@ -347,10 +347,8 @@ window_destroy(struct window *w)
|
||||
window_unzoom(w, 0);
|
||||
RB_REMOVE(windows, &windows, w);
|
||||
|
||||
if (w->layout_root != NULL)
|
||||
layout_free_cell(w->layout_root);
|
||||
if (w->saved_layout_root != NULL)
|
||||
layout_free_cell(w->saved_layout_root);
|
||||
layout_free_cell(w->layout_root);
|
||||
layout_free_cell(w->saved_layout_root);
|
||||
free(w->old_layout);
|
||||
|
||||
window_destroy_panes(w);
|
||||
|
||||
Reference in New Issue
Block a user