summaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index d1fb7a79..a6268133 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -236,6 +236,8 @@ swayc_t *destroy_output(swayc_t *output) {
236 } 236 }
237 } 237 }
238 238
239 wl_list_remove(&output->sway_output->output_destroy.link);
240
239 wlr_log(L_DEBUG, "OUTPUT: Destroying output '%s'", output->name); 241 wlr_log(L_DEBUG, "OUTPUT: Destroying output '%s'", output->name);
240 free_swayc(output); 242 free_swayc(output);
241 243