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

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

View File

@ -88,6 +88,7 @@ BOOL WINAPI DllMain(HINSTANCE hdll, DWORD reason, LPVOID reserved)
init_io(hdll);
break;
case DLL_PROCESS_DETACH:
if (reserved) break;
free_io();
free_locale();
free_lockit();