From 2e4fd8a2f4c7b2c1cda96d084bd8481d8c358996 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 22 Jun 2005 09:03:51 +0000 Subject: [PATCH] Reverted fix that caused crash on exit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@34734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/helpchm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/msw/helpchm.cpp b/src/msw/helpchm.cpp index 8d6af32023..c697678fa0 100644 --- a/src/msw/helpchm.cpp +++ b/src/msw/helpchm.cpp @@ -238,7 +238,6 @@ wxString wxCHMHelpController::GetValidFilename(const wxString& file) const wxCHMHelpController::~wxCHMHelpController() { - gs_htmlHelp(GetSuitableHWND(), 0, HH_CLOSE_ALL, 0L); UnloadHtmlHelpLibrary(); }