xserver-multidpi/hw
Peter Hutterer 67a78e84a8 Revert "xfree86: plug a memory leak in xf86LoadModules."
This reverts commit 3abce3ea2b and
6cbaf15e61.

The memory returned to xf86LoadModule was allocated in doLoadModule, which
calls the respective module's PreInit. As it turns out, input and output
drivers store a pointer to the module elswhere, so freeing it in
xf86LoadModule is a bad idea.

For further reference: hw/xfree86/common/xf86Helper.c
    Input drivers: xf86InputDriverList[blah]->module = module;
    Output drivers: xf86DriverList[blah]->module = module;

Unloading the module would not look pretty then.
2008-02-19 21:31:50 +10:30
..
dmx XKB: Move headers into the server tree 2008-02-17 22:52:07 +02:00
kdrive Use strerror instead of errno values in user strings. 2008-02-14 07:52:02 +11:00
vfb Use strerror instead of errno values in user strings. 2008-02-14 07:52:02 +11:00
xfree86 Revert "xfree86: plug a memory leak in xf86LoadModules." 2008-02-19 21:31:50 +10:30
xgl Merge branch 'master' into XACE-SELINUX 2007-11-19 18:10:46 -05:00
xnest requestingClient is an xprintism, hide it for other servers. 2008-02-14 07:11:52 +11:00
xprint Use strerror instead of errno values in user strings. 2008-02-14 07:52:02 +11:00
xquartz XQuartz: unsetenv("DISPLAY") before startx if X11.app can't connect to it. 2008-02-19 00:01:42 -08:00
xwin Revert "registry: Register WINDOWSWM extension protocol names." 2007-11-20 17:50:26 -05:00
Makefile.am Darwin: Use __APPLE__ instead of __DARWIN__ 2007-12-07 18:54:58 -08:00