summaryrefslogtreecommitdiffstats
path: root/sway/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/container.c')
-rw-r--r--sway/container.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/container.c b/sway/container.c
index 9763f381..0a89f634 100644
--- a/sway/container.c
+++ b/sway/container.c
@@ -261,7 +261,6 @@ swayc_t *destroy_container(swayc_t *container) {
261 sway_log(L_DEBUG, "Container: Destroying container '%p'", container); 261 sway_log(L_DEBUG, "Container: Destroying container '%p'", container);
262 swayc_t *parent = container->parent; 262 swayc_t *parent = container->parent;
263 free_swayc(container); 263 free_swayc(container);
264
265 container = parent; 264 container = parent;
266 } 265 }
267 return container; 266 return container;