- fixed some memory leaks: The global symbol table and the argument list for DECORATE called action specials were never freed.
This commit is contained in:
parent
137e624b55
commit
2d0f6339f7
7 changed files with 24 additions and 2 deletions
|
|
@ -2261,6 +2261,8 @@ void D_DoomMain (void)
|
|||
|
||||
do
|
||||
{
|
||||
InitGlobalSymbols();
|
||||
|
||||
if (restart)
|
||||
{
|
||||
C_InitConsole(SCREENWIDTH, SCREENHEIGHT, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue