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

This commit is contained in:
Alexandre Julliard 2013-05-20 12:27:44 +02:00
parent 8afc3668a5
commit 3181d9130c
1 changed files with 1 additions and 2 deletions

View File

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