aboutsummaryrefslogtreecommitdiffstats
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 48aabd86..1a468c19 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -235,6 +235,8 @@ swayc_t *destroy_output(swayc_t *output) {
235 } 235 }
236 } 236 }
237 237
238 wl_list_remove(&output->sway_output->output_destroy.link);
239
238 wlr_log(L_DEBUG, "OUTPUT: Destroying output '%s'", output->name); 240 wlr_log(L_DEBUG, "OUTPUT: Destroying output '%s'", output->name);
239 free_swayc(output); 241 free_swayc(output);
240 242