mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
Don't destroy heap on unload, other DLLs might still depend on it
svn path=/trunk/; revision=7297
This commit is contained in:
@@ -220,8 +220,10 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
COMCTL32_aSubclass = NULL;
|
||||
|
||||
/* destroy private heap */
|
||||
#if 0
|
||||
HeapDestroy (COMCTL32_hHeap);
|
||||
TRACE("Heap destroyed: %p\n", COMCTL32_hHeap);
|
||||
#endif
|
||||
COMCTL32_hHeap = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user