summaryrefslogtreecommitdiff
path: root/dix/main.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-06-25 13:23:09 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-06-25 20:03:31 +0930
commita81b5ce452766bbc4b2ac0849711284ba8591b46 (patch)
tree62a119b22047c7abe1a4138c660aa5e4be5880e8 /dix/main.c
parent3a2beb2f867fd47dc5a7723dcac345ea0b0ecf3d (diff)
dix: free memory associated with the EventList. #16507
Un-deprecates CloseDownEvents. X.Org Bug 16507 <http://bugs.freedesktop.org/show_bug.cgi?id=16507>
Diffstat (limited to 'dix/main.c')
-rw-r--r--dix/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dix/main.c b/dix/main.c
index e0bb18024..3bc45fb37 100644
--- a/dix/main.c
+++ b/dix/main.c
@@ -437,6 +437,7 @@ int main(int argc, char *argv[], char *envp[])
memset(WindowTable, 0, MAXSCREENS * sizeof(WindowPtr));
CloseDownDevices();
+ CloseDownEvents();
for (i = screenInfo.numScreens - 1; i >= 0; i--)
{