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

This commit is contained in:
Alexandre Julliard 2013-05-15 10:25:37 +02:00
parent a1f5b109ed
commit 5d8cb87629

View file

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