Fix bug 75688

This commit is contained in:
Svetlana Kulikova
2025-07-02 16:51:09 +03:00
parent 10a6f6e617
commit ecab418202

View File

@ -99,6 +99,7 @@ WASM_EXPORT int GetErrorCode(CDrawingFile* pFile)
WASM_EXPORT void Close(CDrawingFile* pFile)
{
delete pFile;
g_applicationFonts->GetStreams()->Clear();
NSFonts::NSApplicationFontStream::SetGlobalMemoryStorage(NULL);
}
WASM_EXPORT BYTE* GetInfo(CDrawingFile* pFile)