- Fix more errors found with static code analysis.

SVN r3288 (trunk)
This commit is contained in:
Randy Heit 2011-09-01 22:57:49 +00:00
commit 7714ee3ffd
5 changed files with 320 additions and 317 deletions

View file

@ -316,7 +316,7 @@ bool FScriptLoader::ParseInfo(MapData * map)
}
delete lump;
delete[] lump;
return HasScripts;
}