removing the correct listener

This commit is contained in:
buffet 2019-02-19 11:09:17 +01:00
parent 955b75ef23
commit 11740072a5

View file

@ -65,7 +65,7 @@ output_destroy_nofity(struct wl_listener *listener, void *data)
wl_list_remove(&output->link); wl_list_remove(&output->link);
wl_list_remove(&output->frame.link); wl_list_remove(&output->frame.link);
wl_list_remove(&output->frame.link); wl_list_remove(&output->destroy.link);
free(output); free(output);
} }