fix patch #693600
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -606,14 +606,12 @@ wxHtmlProcessorList *wxHtmlWindow::m_GlobalProcessors = NULL;
|
|||||||
|
|
||||||
void wxHtmlWindow::CleanUpStatics()
|
void wxHtmlWindow::CleanUpStatics()
|
||||||
{
|
{
|
||||||
delete m_DefaultFilter;
|
wxDELETE(m_DefaultFilter);
|
||||||
m_DefaultFilter = NULL;
|
|
||||||
m_Filters.DeleteContents(TRUE);
|
m_Filters.DeleteContents(TRUE);
|
||||||
m_Filters.Clear();
|
m_Filters.Clear();
|
||||||
delete m_GlobalProcessors;
|
wxDELETE(m_GlobalProcessors);
|
||||||
m_GlobalProcessors = NULL;
|
wxDELETE(s_cur_hand);
|
||||||
delete s_cur_hand;
|
wxDELETE(s_cur_arrow);
|
||||||
delete s_cur_arrow;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user