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

This commit is contained in:
Alexandre Julliard 2013-05-20 12:29:13 +02:00
parent 418fbc6770
commit b9271be3c0
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,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();