msvcp90: Don't bother to clean up at process exit.
This commit is contained in:
parent
02c15be9ad
commit
418fbc6770
|
@ -92,6 +92,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();
|
||||
|
|
Loading…
Reference in New Issue