]> git.saurik.com Git - wxWidgets.git/commitdiff
Reverted patch which appears to be responsible for intermittent
authorJulian Smart <julian@anthemion.co.uk>
Mon, 20 Jun 2005 14:02:35 +0000 (14:02 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 20 Jun 2005 14:02:35 +0000 (14:02 +0000)
crashes on exit in 2.6.1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/helpchm.cpp

index 3f05606e8dc80351b5f01321b6b95581cbf027d6..7fb5d7af50fa78c2be110506899d71e00786d82b 100644 (file)
@@ -243,7 +243,6 @@ wxString wxCHMHelpController::GetValidFilename(const wxString& file) const
 
 wxCHMHelpController::~wxCHMHelpController()
 {
-       gs_htmlHelp(GetSuitableHWND(), 0, HH_CLOSE_ALL, 0L);
     UnloadHtmlHelpLibrary();
 }