diff options
Diffstat (limited to 'sway/tree')
-rw-r--r-- | sway/tree/output.c | 1 |
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) { } list_free(output->workspaces); list_free(output->current.workspaces); + wl_event_source_remove(output->repaint_timer); free(output); } |