From ab22cb9a01d7412ce53429806aa9650df7483cd4 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 22 Jun 1998 22:53:39 +0000 Subject: [PATCH] Removed deletion of m_selections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/listbox.cpp | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.50.0