Commit 5d8cb876 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent a1f5b109
......@@ -176,6 +176,7 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
scrrun_instance = hinst;
break;
case DLL_PROCESS_DETACH:
if (reserved) break;
release_typelib();
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