warzone2100/lib/ivis_opengl
Dennis Schridde ce16856887 FREE->free, MALLOC->malloc (sed+review)
This patch will create crashes where the code expects FREE to set the pointer to NULL! (Those problems should be fixed anyway.)
The only occassion where I saw this is when quiting a game, so it is not too much of an issue.


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1459 4a71c877-e1ca-e34f-864e-861f7616d084
2007-04-15 10:43:05 +00:00
..
Makefile.am - Remove unneeded gettext files and instead create them via autopoint 2007-04-02 17:21:05 +00:00
Makefile.raw New Makefile.raw system, works with MinGW/Windows environment and Linux also. 2006-07-21 21:48:55 +00:00
bspimd.c * remove macro PTRVALID 2007-04-03 13:20:41 +00:00
ivi.c Fixes informed by -Wextra for graphics code. Removes much redundant code. 2007-02-19 17:18:50 +00:00
pieblitfunc.c - Remove lots of inclusions of windows.h (and move inclusion of frame.h up) 2007-04-11 14:21:45 +00:00
piedraw.c FREE->free, MALLOC->malloc (sed+review) 2007-04-15 10:43:05 +00:00
piefunc.c - Remove lots of inclusions of windows.h (and move inclusion of frame.h up) 2007-04-11 14:21:45 +00:00
piematrix.c - Remove lots of inclusions of windows.h (and move inclusion of frame.h up) 2007-04-11 14:21:45 +00:00
piematrix.h - Replaced various vectors with Vector3i and Vector3f (idea by Watermelon) 2007-03-16 16:20:16 +00:00
piemode.c - Remove lots of inclusions of windows.h (and move inclusion of frame.h up) 2007-04-11 14:21:45 +00:00
piepalette.c FREE->free, MALLOC->malloc (sed+review) 2007-04-15 10:43:05 +00:00
piestate.c - Remove lots of inclusions of windows.h (and move inclusion of frame.h up) 2007-04-11 14:21:45 +00:00
pietexture.c Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
pietexture.h Small cleanup of texture loading and handling, removing unused 2007-02-16 23:19:33 +00:00
rendfunc.c - Replaced various vectors with Vector3i and Vector3f (idea by Watermelon) 2007-03-16 16:20:16 +00:00
rendmode.c FREE->free, MALLOC->malloc (sed+review) 2007-04-15 10:43:05 +00:00
screen.c FREE->free, MALLOC->malloc (sed+review) 2007-04-15 10:43:05 +00:00
screen.h Per's patch to use texture compression, modified to always specify generic compression (and let the driver decide which compression to use) and to 2007-03-28 15:08:57 +00:00
tex.c FREE->free, MALLOC->malloc (sed+review) 2007-04-15 10:43:05 +00:00
textdraw.c - Add -Wextra to debug=yes, as it doesn't generate so many new warnings 2007-04-09 14:41:22 +00:00