Commit 47302fd2 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent bd670f1c
......@@ -66,6 +66,7 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
#endif
break;
case DLL_PROCESS_DETACH:
if (reserved) break;
#ifdef HAVE_LCMS
free_handle_tables();
#endif
......
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