mirror of
https://github.com/NickHu/sway
synced 2024-12-27 21:58:11 +01:00
fix double free
This commit is contained in:
parent
741e3959e3
commit
62c79ef451
1 changed files with 0 additions and 1 deletions
|
@ -253,7 +253,6 @@ struct sway_container *container_destroy(struct sway_container *con) {
|
|||
container_remove_child(child);
|
||||
container_add_child(parent, child);
|
||||
}
|
||||
_container_destroy(con);
|
||||
}
|
||||
_container_destroy(con);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue