]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
Corrected problem with MDI children not refreshing (removed WS_CLIPCHILDREN).
[wxWidgets.git] / src / msw / listbox.cpp
index e199362d2ae1f79491cbea99737e6aa0b4630f68..efa19846bd71c3e15bb5c410c960f4858a7551eb 100644 (file)
@@ -258,8 +258,6 @@ wxListBox::~wxListBox(void)
       delete m_aItems[uiCount];
     }
 #endif
-
-  DELETEA(m_selections);
 }
 
 void wxListBox::SetupColours(void)