shell32: Don't bother to free memory at process exit.
This commit is contained in:
parent
b7cdc0afde
commit
d92a9264f3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue