the patch was misapplied, fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -469,6 +469,9 @@ wxHtmlHelpFrame::~wxHtmlHelpFrame()
|
|||||||
if (m_NormalFonts) delete m_NormalFonts;
|
if (m_NormalFonts) delete m_NormalFonts;
|
||||||
if (m_FixedFonts) delete m_FixedFonts;
|
if (m_FixedFonts) delete m_FixedFonts;
|
||||||
if (m_PagesHash) delete m_PagesHash;
|
if (m_PagesHash) delete m_PagesHash;
|
||||||
|
#if wxUSE_PRINTING_ARCHITECTURE
|
||||||
|
delete m_Printer;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -761,9 +764,6 @@ void wxHtmlHelpFrame::CreateContents()
|
|||||||
imaged[it->m_Level] = TRUE;
|
imaged[it->m_Level] = TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if wxUSE_PRINTING_ARCHITECTURE
|
|
||||||
if (m_Printer) delete m_Printer;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user