mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
dwrite: Don't bother to free memory at process exit.
This commit is contained in:
parent
99bf9ee8e0
commit
14f7900b8d
@ -44,6 +44,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD reason, LPVOID reserved)
|
||||
DisableThreadLibraryCalls( hinstDLL );
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
if (reserved) break;
|
||||
release_system_fontcollection();
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user