From 9ccc9ab6f29f68298b68cdb5c9b4bd57a095f05a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Sun, 14 Oct 2007 07:53:00 +0930 Subject: [PATCH] dix: don't call CloseDevice on VCP/VCK separately. --- dix/devices.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dix/devices.c b/dix/devices.c index b47ae5991..a4360e583 100644 --- a/dix/devices.c +++ b/dix/devices.c @@ -751,9 +751,6 @@ CloseDownDevices(void) CloseDevice(dev); } - CloseDevice(inputInfo.keyboard); - CloseDevice(inputInfo.pointer); - inputInfo.devices = NULL; inputInfo.off_devices = NULL; inputInfo.keyboard = NULL;