msvcp60: Don't bother to clean up at process exit.

This commit is contained in:
Alexandre Julliard 2013-05-20 12:28:48 +02:00
parent 66a5468676
commit 16d87fef68
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
init_io(hinstDLL);
break;
case DLL_PROCESS_DETACH:
if (lpvReserved) break;
free_io();
free_locale();
free_lockit();