From: Julian Smart Date: Mon, 20 Jun 2005 14:02:35 +0000 (+0000) Subject: Reverted patch which appears to be responsible for intermittent X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/af581392deffbea7e951613a465f0297a87e9809 Reverted patch which appears to be responsible for intermittent crashes on exit in 2.6.1 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/helpchm.cpp b/src/msw/helpchm.cpp index 3f05606e8d..7fb5d7af50 100644 --- a/src/msw/helpchm.cpp +++ b/src/msw/helpchm.cpp @@ -243,7 +243,6 @@ wxString wxCHMHelpController::GetValidFilename(const wxString& file) const wxCHMHelpController::~wxCHMHelpController() { - gs_htmlHelp(GetSuitableHWND(), 0, HH_CLOSE_ALL, 0L); UnloadHtmlHelpLibrary(); }