Commit 56c69168 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent d6976d7e
......@@ -144,6 +144,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
return FALSE;
break;
case DLL_PROCESS_DETACH:
if (lpv) break;
free_strings();
}
......
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