aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/output.c')
-rw-r--r--sway/tree/output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c
index 07f04ee5..c4ec6eec 100644
--- a/sway/tree/output.c
+++ b/sway/tree/output.c
@@ -242,6 +242,7 @@ void output_destroy(struct sway_output *output) {
242 } 242 }
243 list_free(output->workspaces); 243 list_free(output->workspaces);
244 list_free(output->current.workspaces); 244 list_free(output->current.workspaces);
245 wl_event_source_remove(output->repaint_timer);
245 free(output); 246 free(output);
246} 247}
247 248