Skip to content

If we never initialized the libwacom database, don't check the refcount

Peter Hutterer requested to merge whot/libinput:wip/fix-libwacom-crasher into master

If the libwacom context failed to initialize for some reason, the database is NULL and the refcount remains at zero. Calling unref should just work then.

Merge request reports