mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: don't call CloseDevice on VCP/VCK separately.
This commit is contained in:
@@ -751,9 +751,6 @@ CloseDownDevices(void)
|
||||
CloseDevice(dev);
|
||||
}
|
||||
|
||||
CloseDevice(inputInfo.keyboard);
|
||||
CloseDevice(inputInfo.pointer);
|
||||
|
||||
inputInfo.devices = NULL;
|
||||
inputInfo.off_devices = NULL;
|
||||
inputInfo.keyboard = NULL;
|
||||
|
||||
Reference in New Issue
Block a user