fix univ SegFault

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2004-06-20 13:10:22 +00:00
parent e3f8f04d8e
commit 65f8780cb7

View File

@@ -198,8 +198,9 @@ wxPopupTransientWindow::wxPopupTransientWindow(wxWindow *parent, int style)
wxPopupTransientWindow::~wxPopupTransientWindow() wxPopupTransientWindow::~wxPopupTransientWindow()
{ {
PopHandlers(); PopHandlers();
#ifndef __WXX11__
delete m_handlerFocus; delete m_handlerFocus;
#endif
delete m_handlerPopup; delete m_handlerPopup;
} }