Commit 6ac9aa0a authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 152ae158
......@@ -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();
}
......
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