mirror of
https://github.com/swaywm/sway.git
synced 2024-11-26 09:51:29 +00:00
fix double free
This commit is contained in:
parent
741e3959e3
commit
62c79ef451
|
@ -253,7 +253,6 @@ struct sway_container *container_destroy(struct sway_container *con) {
|
||||||
container_remove_child(child);
|
container_remove_child(child);
|
||||||
container_add_child(parent, child);
|
container_add_child(parent, child);
|
||||||
}
|
}
|
||||||
_container_destroy(con);
|
|
||||||
}
|
}
|
||||||
_container_destroy(con);
|
_container_destroy(con);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue