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

This commit is contained in:
Alexandre Julliard 2013-05-15 10:27:25 +02:00
parent b7cdc0afde
commit d92a9264f3

View file

@ -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;