gdiplus: Don't bother to free memory at process exit.
This commit is contained in:
parent
575d0e6014
commit
1731ee55b6
|
@ -66,6 +66,7 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD reason, LPVOID reserved)
|
|||
break;
|
||||
|
||||
case DLL_PROCESS_DETACH:
|
||||
if (reserved) break;
|
||||
free_installed_fonts();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue