dwrite: Don't bother to free memory at process exit.

This commit is contained in:
Alexandre Julliard 2013-05-15 10:17:03 +02:00
parent 99bf9ee8e0
commit 14f7900b8d
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}