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);
|
init_io(hdll);
|
||||||
break;
|
break;
|
||||||
case DLL_PROCESS_DETACH:
|
case DLL_PROCESS_DETACH:
|
||||||
|
if (reserved) break;
|
||||||
free_io();
|
free_io();
|
||||||
free_locale();
|
free_locale();
|
||||||
free_lockit();
|
free_lockit();
|
||||||
|
|
Loading…
Reference in New Issue