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

This commit is contained in:
Alexandre Julliard 2013-05-15 10:30:04 +02:00
parent 152ae158ce
commit 6ac9aa0a52

View file

@ -332,6 +332,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
vbscript_hinstance = hInstDLL;
break;
case DLL_PROCESS_DETACH:
if (lpv) break;
release_typelib();
release_regexp_typelib();
}