Skip to content
Snippets Groups Projects
Commit b9271be3 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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

parent 418fbc67
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment