mirror of
https://github.com/X11Libre/xf86-input-libinput.git
synced 2026-03-24 01:24:04 +00:00
Delete the input device reference on uninit
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -636,6 +636,7 @@ xf86libinput_uninit(InputDriverPtr drv,
|
||||
free(driver_data);
|
||||
pInfo->private = NULL;
|
||||
}
|
||||
xf86DeleteInput(pInfo, flags);
|
||||
}
|
||||
|
||||
InputDriverRec xf86libinput_driver = {
|
||||
|
||||
Reference in New Issue
Block a user