Udev event device matching

This commit is contained in:
Scott Anderson 2017-06-03 15:47:33 +12:00
parent 40b85d992a
commit de44994dfc
4 changed files with 22 additions and 18 deletions

View file

@ -276,7 +276,6 @@ static void wlr_drm_output_enable(struct wlr_output_state *output, bool enable)
static void wlr_drm_output_destroy(struct wlr_output_state *output) {
wlr_drm_output_cleanup(output, true);
wlr_drm_renderer_free(output->renderer);
free(output);
}