mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
fix more close segfaults
This commit is contained in:
parent
32ef182f47
commit
2c165e1288
5 changed files with 41 additions and 7 deletions
|
|
@ -84,7 +84,7 @@ struct sway_container *container_view_destroy(struct sway_container *view) {
|
|||
}
|
||||
wlr_log(L_DEBUG, "Destroying view '%s'", view->name);
|
||||
struct sway_container *parent = container_destroy(view);
|
||||
arrange_windows(parent, -1, -1);
|
||||
arrange_windows(&root_container, -1, -1);
|
||||
return parent;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue