From 87d4f90bfcb509471ac9e7886e14a92b33223fd7 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 Jun 2011 09:10:42 +1000 Subject: input: free the EQ allocated memory on shutdown (#38634) mieqFini() already does the right thing, but it needs to be called by the various DDXs and the XTest Extension. X.Org Bug 38634 Signed-off-by: Peter Hutterer Reviewed-by: Jon TURNEY Acked-by: Jeremy Huddleston Signed-off-by: Peter Hutterer --- hw/vfb/InitInput.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/vfb/InitInput.c') diff --git a/hw/vfb/InitInput.c b/hw/vfb/InitInput.c index 60b59c164..8836bbd7f 100644 --- a/hw/vfb/InitInput.c +++ b/hw/vfb/InitInput.c @@ -148,4 +148,5 @@ InitInput(int argc, char *argv[]) void CloseInput (void) { + mieqFini(); } -- cgit v1.2.1