mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 12:32:34 +00:00
Final touch in fixing restart CCMD
https://mantis.zdoom.org/view.php?id=595
This commit is contained in:
parent
403634c0e1
commit
e19f6fe8ea
1 changed files with 2 additions and 0 deletions
|
@ -2749,6 +2749,8 @@ void D_DoomMain (void)
|
|||
*(afunc->VMPointer) = NULL;
|
||||
}
|
||||
|
||||
GC::DelSoftRootHead();
|
||||
|
||||
PClass::StaticShutdown();
|
||||
|
||||
GC::FullGC(); // perform one final garbage collection after shutdown
|
||||
|
|
Loading…
Reference in a new issue