git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19336
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxHtmlWindow::CleanUpStatics()
{
void wxHtmlWindow::CleanUpStatics()
{
- delete m_DefaultFilter;
- m_DefaultFilter = NULL;
+ wxDELETE(m_DefaultFilter);
m_Filters.DeleteContents(TRUE);
m_Filters.Clear();
m_Filters.DeleteContents(TRUE);
m_Filters.Clear();
- delete m_GlobalProcessors;
- m_GlobalProcessors = NULL;
- delete s_cur_hand;
- delete s_cur_arrow;
+ wxDELETE(m_GlobalProcessors);
+ wxDELETE(s_cur_hand);
+ wxDELETE(s_cur_arrow);