Re: [PATCH] input: free the EQ allocated memory on shutdown (#38634)

2011-06-27 Thread Peter Hutterer
On Sun, Jun 26, 2011 at 06:13:42PM -0700, Jeremy Huddleston wrote: You should add that to XQuartz's CloseInput in darwinXinput.c rather than adding a duplicate symbol in darwin.c Assuming you do that, Acked-by: Jeremy Huddleston jerem...@apple.com Obviously xquartz is your area but if you

Re: [PATCH] input: free the EQ allocated memory on shutdown (#38634)

2011-06-27 Thread Jeremy Huddleston
On Jun 26, 2011, at 11:02 PM, Peter Hutterer wrote: On Sun, Jun 26, 2011 at 06:13:42PM -0700, Jeremy Huddleston wrote: You should add that to XQuartz's CloseInput in darwinXinput.c rather than adding a duplicate symbol in darwin.c Assuming you do that, Acked-by: Jeremy Huddleston

[PATCH] input: free the EQ allocated memory on shutdown (#38634)

2011-06-26 Thread Peter Hutterer
mieqFini() already does the right thing, but it needs to be called by the various DDXs and the XTest Extension. X.Org Bug 38634 http://bugs.freedesktop.org/show_bug.cgi?id=38634 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Xext/xtest.c |9 -

Re: [PATCH] input: free the EQ allocated memory on shutdown (#38634)

2011-06-26 Thread Jeremy Huddleston
You should add that to XQuartz's CloseInput in darwinXinput.c rather than adding a duplicate symbol in darwin.c Assuming you do that, Acked-by: Jeremy Huddleston jerem...@apple.com On Jun 26, 2011, at 17:39, Peter Hutterer wrote: mieqFini() already does the right thing, but it needs to be