Commit d92a9264 authored by Alexandre Julliard's avatar Alexandre Julliard

shell32: Don't bother to free memory at process exit.

parent b7cdc0af
......@@ -1279,7 +1279,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad)
break;
case DLL_PROCESS_DETACH:
shell32_hInstance = 0;
if (fImpLoad) break;
SIC_Destroy();
FreeChangeNotifications();
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment