Commit 1731ee55 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 575d0e60
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment