Merge branch 'fix-urgent-crash'
This commit is contained in:
commit
fd07f989fd
@ -1354,8 +1354,9 @@ static void con_on_remove_child(Con *con) {
|
|||||||
* not be closed when the last child was removed */
|
* not be closed when the last child was removed */
|
||||||
if (con->type == CT_OUTPUT ||
|
if (con->type == CT_OUTPUT ||
|
||||||
con->type == CT_ROOT ||
|
con->type == CT_ROOT ||
|
||||||
con->type == CT_DOCKAREA) {
|
con->type == CT_DOCKAREA ||
|
||||||
DLOG("not handling, type = %d\n", con->type);
|
(con->parent != NULL && con->parent->type == CT_OUTPUT)) {
|
||||||
|
DLOG("not handling, type = %d, name = %s\n", con->type, con->name);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user