don't delete m_pActiveChild twice in wxWINDOWCLOSEALL event handler (patch 1665395, bug 1661995)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-07 22:59:11 +00:00
parent f4322df68b
commit ccc8c01a11

View File

@@ -331,11 +331,6 @@ void wxAuiMDIParentFrame::DoHandleMenu(wxCommandEvent& event)
{
return; // failure
}
else
{
delete m_pActiveChild;
m_pActiveChild = NULL;
}
}
break;
case wxWINDOWNEXT: