From 0c55481e15c493e3462ea74297e320997ec1de32 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Mon, 23 Mar 2015 16:48:36 +0000 Subject: HTTPServer: -Fixed "Copy Link" -Close Statistics window on Exit -Minor x64 fix git-svn-id: http://svn.miranda-ng.org/main/trunk@12484 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HTTPServer/src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/HTTPServer/src/main.cpp') diff --git a/plugins/HTTPServer/src/main.cpp b/plugins/HTTPServer/src/main.cpp index 5c289bbb75..89b61986c6 100644 --- a/plugins/HTTPServer/src/main.cpp +++ b/plugins/HTTPServer/src/main.cpp @@ -84,6 +84,8 @@ bool bShutdownInProgress = false; int hLangpack = 0; +extern HWND hwndStatsticView; + PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX), __PLUGIN_NAME, @@ -959,5 +961,7 @@ int nSystemShutdown(WPARAM /*wparam*/, LPARAM /*lparam*/) { extern "C" __declspec(dllexport) int Unload() { nSystemShutdown(0, 0); + if(hwndStatsticView) + DestroyWindow(hwndStatsticView); return 0; } \ No newline at end of file -- cgit v1.2.3