]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpfrm.cpp
attributes inheritance fix; apply style to both m_wxwindow and m_widget (patch 984858)
[wxWidgets.git] / src / html / helpfrm.cpp
index 51d1bba8e9f52cecebe0df898a286027403d8fad..fca7231c10e8d357d1e7afc053da39a589afcc22 100644 (file)
@@ -559,6 +559,8 @@ bool wxHtmlHelpFrame::Create(wxWindow* parent, wxWindowID id,
 
 wxHtmlHelpFrame::~wxHtmlHelpFrame()
 {
+    delete m_mergedIndex;
+    
     // PopEventHandler(); // wxhtmlhelpcontroller (not any more!)
     if (m_DataCreated)
         delete m_Data;