Listview S2

Dimitrie O. Paun dpaun at rogers.com
Wed Oct 16 21:26:20 CDT 2002


Another noop.

ChangeLog
  Remove dated comments.

--- dlls/comctl32/listview.c.S1	Wed Oct 16 22:19:37 2002
+++ dlls/comctl32/listview.c	Wed Oct 16 22:25:31 2002
@@ -25,7 +25,6 @@
  * Listview control implementation.
  *
  * TODO:
- *   -- Drawing optimizations.
  *   -- Hot item handling.
  *   -- Expand large item in ICON mode when the cursor is flying over the icon or text.
  *   -- Support CustonDraw options for _WIN32_IE >= 0x560 (see NMLVCUSTOMDRAW docs)
@@ -7580,14 +7579,6 @@
   /* destroy image lists */
   if (!(lStyle & LVS_SHAREIMAGELISTS))
   {
-      /* FIXME: If the caller does a ImageList_Destroy and then we
-       *        do this code the area will be freed twice. Currently
-       *        this generates an "err:heap:HEAP_ValidateInUseArena
-       *        Heap xxxxxxxx: in-use arena yyyyyyyy next block
-       *        has PREV_FREE flag" sometimes.
-       *
-       *        We will leak the memory till we figure out how to fix
-       */
       if (infoPtr->himlNormal)
 	  ImageList_Destroy(infoPtr->himlNormal);
       if (infoPtr->himlSmall)




More information about the wine-patches mailing list