clear utf16 cache

this stops the unicode global cache from showing in the memleak output
This commit is contained in:
marauder2k7 2025-05-05 17:30:40 +01:00
parent 8926d1c32b
commit d8315267e8
4 changed files with 12 additions and 2 deletions

View file

@ -317,6 +317,8 @@ void Platform::shutdown()
GFXDevice::destroy();
WinConsole::destroy();
UTF16ClearCache();
}
extern bool LinkConsoleFunctions;