summaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-rw-r--r--sway/tree/container.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 57dcb4bd..eaf4c117 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -253,7 +253,6 @@ struct sway_container *container_destroy(struct sway_container *con) {
253 container_remove_child(child); 253 container_remove_child(child);
254 container_add_child(parent, child); 254 container_add_child(parent, child);
255 } 255 }
256 _container_destroy(con);
257 } 256 }
258 _container_destroy(con); 257 _container_destroy(con);
259 break; 258 break;