commctrl.c

Ge van Geldorp ge at gse.nl
Sat Jan 3 17:47:37 CST 2004


Changelog:
  Don't destroy heap during unload, as other DLLs which haven't unloaded
yet
  may still depend on it (DPA* callers)

Index: dlls/comctl32/commctrl.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/commctrl.c,v
retrieving revision 1.71
diff -u -r1.71 commctrl.c
--- dlls/comctl32/commctrl.c	11 Sep 2003 01:03:27 -0000	1.71
+++ dlls/comctl32/commctrl.c	3 Jan 2004 23:46:09 -0000
@@ -218,11 +218,6 @@
             GlobalDeleteAtom (LOWORD(COMCTL32_aSubclass));
             TRACE("Subclassing atom deleted: %p\n",
COMCTL32_aSubclass);
             COMCTL32_aSubclass = NULL;
-
-            /* destroy private heap */
-            HeapDestroy (COMCTL32_hHeap);
-            TRACE("Heap destroyed: %p\n", COMCTL32_hHeap);
-            COMCTL32_hHeap = NULL;
             break;
     }
 




More information about the wine-patches mailing list