output destroy

This commit is contained in:
Tony Crisci 2018-02-14 14:51:51 -05:00
parent 06c71f115b
commit 7dfbf06de9
5 changed files with 15 additions and 15 deletions

View file

@ -235,6 +235,8 @@ swayc_t *destroy_output(swayc_t *output) {
}
}
wl_list_remove(&output->sway_output->output_destroy.link);
wlr_log(L_DEBUG, "OUTPUT: Destroying output '%s'", output->name);
free_swayc(output);