msacm32: Don't bother to free memory at process exit.
This commit is contained in:
parent
8afc3668a5
commit
3181d9130c
|
@ -55,9 +55,8 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
MSACM_UnregisterAllDrivers();
|
||||
if (lpvReserved) break;
|
||||
HeapDestroy(MSACM_hHeap);
|
||||
MSACM_hHeap = NULL;
|
||||
MSACM_hInstance32 = NULL;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue