vbscript: Don't bother to free memory at process exit.
This commit is contained in:
parent
152ae158ce
commit
6ac9aa0a52
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue