Xi: make stub DeleteInputDeviceRequest call RemoveDevice
DeleteInputDeviceRequest is called from CloseDownDevices on reset, so call RemoveDevice to avoid leaking devices in Xvfb/Xnest/Xwin. Signed-off-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2d4fda4b09
commit
e4153c1d91
|
@ -141,4 +141,5 @@ NewInputDeviceRequest(InputOption *options, InputAttributes * attrs,
|
||||||
void
|
void
|
||||||
DeleteInputDeviceRequest(DeviceIntPtr dev)
|
DeleteInputDeviceRequest(DeviceIntPtr dev)
|
||||||
{
|
{
|
||||||
|
RemoveDevice(dev, TRUE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue