Skip to content

Fix libinput destroy for devices with multiple capabilities

Dominique Martinet requested to merge github/fork/martinetd/fix_libinput into master

Didn't find anything better than making state->devices a list of list.

Thanksfully it doesn't seem to be used for anything aside of final free, might mess with it more to handle unplug events but this fixes the crash

Merge request reports