1
0
forked from 0ad/0ad
0ad/source
Ykkrosh 9f1d904278 # Fix use-of-freed-memory bug.
Don't call xmlCleanupParser after parsing documents.
("This function name is somewhat misleading. It does not clean up parser
state, it cleans up memory allocated by the library itself.")

This was SVN commit r7465.
2010-04-18 16:35:06 +00:00
..
collada # Fix use-of-freed-memory bug. 2010-04-18 16:35:06 +00:00
dcdt/se Fixed one set of annoying DCDT warnings 2008-07-18 23:49:51 +00:00
graphics # Fix use-of-freed-memory bug. 2010-04-18 16:35:06 +00:00
gui Report S3TC non-support with an in-game GUI message box. 2010-03-23 22:45:07 +00:00
i18n Fix spidermonkey-tip to build on Windows. Add precompiled binaries. 2010-03-19 20:28:22 +00:00
lib Fix window title only displaying the first character 2010-04-06 12:32:17 +00:00
maths Fix MSVC compiler warnings (replace most M_PI with (float)M_PI) 2010-03-26 19:04:40 +00:00
mocks # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
network Avoid -Wnon-virtual-dtor warnings 2010-03-31 08:36:46 +00:00
pch # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
ps Make CUnit::GetModel return a reference so it's clear it can never be NULL. 2010-04-17 11:44:08 +00:00
renderer Avoid -Wnon-virtual-dtor warnings 2010-03-31 08:36:46 +00:00
scripting Avoid -Wnon-virtual-dtor warnings 2010-03-31 08:36:46 +00:00
scriptinterface # Compile gameplay scripts in strict mode. 2010-04-14 18:57:50 +00:00
simulation Make CUnit::GetModel return a reference so it's clear it can never be NULL. 2010-04-17 11:44:08 +00:00
simulation2 # Fix use-of-freed-memory bug. 2010-04-18 16:35:06 +00:00
sound Remove CSoundGroupMgr, since it is unnecessary and broken and leaks memory 2010-04-06 15:17:06 +00:00
tools Make CUnit::GetModel return a reference so it's clear it can never be NULL. 2010-04-17 11:44:08 +00:00
contributors.txt Update source contributors list (see #472) 2010-04-14 10:29:14 +00:00
main.cpp Remove CSoundGroupMgr, since it is unnecessary and broken and leaks memory 2010-04-06 15:17:06 +00:00
test_setup.cpp Fix missing includes 2010-01-10 11:31:31 +00:00