msvcp71: Don't bother to clean up at process exit.
This commit is contained in:
parent
16d87fef68
commit
02c15be9ad
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue