diff options
Diffstat (limited to 'hw/dmx/dmxinput.c')
-rw-r--r-- | hw/dmx/dmxinput.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dmx/dmxinput.c b/hw/dmx/dmxinput.c index 568bb882b..f006af4d2 100644 --- a/hw/dmx/dmxinput.c +++ b/hw/dmx/dmxinput.c @@ -77,6 +77,7 @@ void InitInput(int argc, char **argv) void CloseInput(void) { + mieqFini(); } /** Called from dix/dispatch.c in Dispatch() whenever input events |