xserver-multidpi/hw
Paulo Cesar Pereira de Andrade 9a313fb031 Don't call free, use xfree macro.
There are several other direct calls to free, check
% egrep '\<free\(' `find . -name \*.c`
but they are free'ing memory from explicit malloc calls.
This one was not intended, and corrected, so that it would
both, follow the conventions everywhere (and work on some
libc that doesn't like free(0)), and make it easier to use
malloc wrappers.
2009-01-07 23:07:01 -02:00
..
dmx dmx: Fix calloc macro confusion. 2008-12-19 09:51:52 -05:00
kdrive Xephyr: Fix crash with control-shift and GLX (#18185) 2008-12-16 11:50:46 -05:00
vfb Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
xfree86 Don't call free, use xfree macro. 2009-01-07 23:07:01 -02:00
xnest Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
xquartz XQuartz: Use AvailabilityMacros.h instead of availability.h for Tiger 2009-01-07 01:48:23 -08:00
xwin Cygwin/X: Tidy up an unused #define 2009-01-07 18:37:08 +00:00
Makefile.am Remove xgl. 2008-06-12 16:00:50 -04:00