remove display destroy when output is destroyed

master
Tony Crisci 7 years ago
parent c838679393
commit c59210ad17

@ -301,6 +301,8 @@ void wlr_output_destroy(struct wlr_output *output) {
} else { } else {
free(output); free(output);
} }
wl_list_remove(&output->display_destroy.link);
} }
void wlr_output_effective_resolution(struct wlr_output *output, void wlr_output_effective_resolution(struct wlr_output *output,

Loading…
Cancel
Save