- 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:
parent
a4dc93fb91
commit
2e28b0c9ce
5 changed files with 34 additions and 3 deletions
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue