]> git.saurik.com Git - wxWidgets.git/commit
wxComboCtrlBase: Fix SEGV due to double deletion where SetPopupControl is called...
authorAlex Bligh <alex@alex.org.uk>
Thu, 6 Jul 2006 19:19:04 +0000 (19:19 +0000)
committerAlex Bligh <alex@alex.org.uk>
Thu, 6 Jul 2006 19:19:04 +0000 (19:19 +0000)
commit25ae9fb8cad420fffcf8c6307fdce771af90447a
treeb1af9f8520c820479af0884362c36ed07fa5f5ef
parentd9e0958c7efdaa3866aa1e699258507884849592
wxComboCtrlBase: Fix SEGV due to double deletion where SetPopupControl is called twice after lazy creation of the popup, the first deleting m_popupExtraHandler and the second attempting to delete it a second time.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/combocmn.cpp