- backend update from Raze.

This commit is contained in:
Christoph Oelckers 2023-01-09 17:04:00 +01:00
commit c8b3d95d6f
4 changed files with 12 additions and 5 deletions

View file

@ -252,6 +252,7 @@ void PClass::StaticShutdown ()
// Make a full garbage collection here so that all destroyed but uncollected higher level objects
// that still exist are properly taken down before the low level data is deleted.
GC::FullGC();
GC::FullGC();
Namespaces.ReleaseSymbols();