Bugfix: don’t kill parent when currently in tree_close() for a child of this parent
This commit is contained in:
@ -382,7 +382,7 @@ kill:
|
||||
else {
|
||||
TAILQ_FOREACH(current, &owindows, owindows) {
|
||||
printf("matching: %p / %s\n", current->con, current->con->name);
|
||||
tree_close(current->con, true);
|
||||
tree_close(current->con, true, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user