Fixed crash-on-exit bug due to status bar being deleted twice (MDI apps);
small changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -230,6 +230,7 @@ wxMDIParentFrame::~wxMDIParentFrame()
|
||||
DestroyChildren();
|
||||
// already delete by DestroyChildren()
|
||||
m_frameToolBar = NULL;
|
||||
m_frameStatusBar = NULL;
|
||||
|
||||
// ::DestroyMenu((HMENU)m_windowMenu);
|
||||
if (m_windowMenu)
|
||||
|
Reference in New Issue
Block a user