summaryrefslogtreecommitdiff
path: root/sway/container.c
diff options
context:
space:
mode:
authortaiyu <[email protected]>2015-08-19 01:06:15 -0700
committertaiyu <[email protected]>2015-08-19 01:06:15 -0700
commitc5a69828934bf07db9062bd5f24bb2ff94b45b4a (patch)
tree5d580fed19fa2aa25014fe234edc6db14cfaa652 /sway/container.c
parente16a4015ff216594eeb237ef81534bfaea7533d6 (diff)
fixed some more bugs, moved layout_log into log.ch, restored focus_parent
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) {
sway_log(L_DEBUG, "Container: Destroying container '%p'", container);
swayc_t *parent = container->parent;
free_swayc(container);
-
container = parent;
}
return container;