Skip to content
Snippets Groups Projects
Commit 3181d913 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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

parent 8afc3668
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment