Skip to content

Fix null deref in wlr_libinput_backend_destroy

Dan Robertson requested to merge github/fork/dlrobertson/fix_null_deref into master

If input_event is null (e.g. if backend_start has not been called yet) wl_event_source_remove will result in a null deref.

Hit this when running rootston at rootston/main.c:51

Merge request reports

Loading