- Repositioned the declaration of the file string in D_DoomMain() so that it

won't be left on the stack at exit.
- Fixed: PSymbol needs a virtual destructor so that PSymbolActionFunction can
  free its Arguments.
- Symbols for native classes are now freed on exit.


SVN r1022 (trunk)
This commit is contained in:
Randy Heit 2008-06-06 02:17:28 +00:00
commit 2e28b0c9ce
5 changed files with 34 additions and 3 deletions

View file

@ -1,3 +1,10 @@
June 5, 2008
- Repositioned the declaration of the file string in D_DoomMain() so that it
won't be left around on the stack at exit.
- Fixed: PSymbol needs a virtual destructor so that PSymbolActionFunction can
free its Arguments.
- Symbols for native classes are now freed on exit.
June 4, 2008
- Removed the 8-character limit on endpic names from the parser. (Though it
might still be present in the texture manager; I don't remember.)