From 8940409b9a196aa036bcbeefdbbbff885de88ee7 Mon Sep 17 00:00:00 2001 From: David Reveman Date: Wed, 25 Jun 2008 14:05:14 -0400 Subject: [PATCH] Remove input devices properly. --- hw/dmx/dmxinput.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/dmx/dmxinput.c b/hw/dmx/dmxinput.c index 4c24df06c..2abf7e45d 100644 --- a/hw/dmx/dmxinput.c +++ b/hw/dmx/dmxinput.c @@ -113,4 +113,5 @@ NewInputDeviceRequest (InputOption *options, DeviceIntPtr *pdev) void DeleteInputDeviceRequest(DeviceIntPtr pDev) { + RemoveDevice (pDev); }