From: Julian Smart Date: Mon, 22 Jun 1998 22:53:39 +0000 (+0000) Subject: Removed deletion of m_selections X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ab22cb9a01d7412ce53429806aa9650df7483cd4?ds=inline Removed deletion of m_selections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/listbox.cpp b/src/msw/listbox.cpp index e199362d2a..efa19846bd 100644 --- a/src/msw/listbox.cpp +++ b/src/msw/listbox.cpp @@ -258,8 +258,6 @@ wxListBox::~wxListBox(void) delete m_aItems[uiCount]; } #endif - - DELETEA(m_selections); } void wxListBox::SetupColours(void)