fixed a crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -203,7 +203,10 @@ wxHtmlWindow::~wxHtmlWindow()
|
|||||||
|
|
||||||
if (m_Cell) delete m_Cell;
|
if (m_Cell) delete m_Cell;
|
||||||
|
|
||||||
WX_CLEAR_LIST(wxHtmlProcessorList, *m_Processors);
|
if ( m_Processors )
|
||||||
|
{
|
||||||
|
WX_CLEAR_LIST(wxHtmlProcessorList, *m_Processors);
|
||||||
|
}
|
||||||
|
|
||||||
delete m_Parser;
|
delete m_Parser;
|
||||||
delete m_FS;
|
delete m_FS;
|
||||||
|
Reference in New Issue
Block a user