From 3ead27606fb235ffe216f80373fe52f373d4f682 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 9 Mar 2008 17:43:29 +0000 Subject: fix for a leaked handle git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@403 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/popups2.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'yapp/popups2.cpp') diff --git a/yapp/popups2.cpp b/yapp/popups2.cpp index 2e95d2a..d6d276d 100644 --- a/yapp/popups2.cpp +++ b/yapp/popups2.cpp @@ -376,5 +376,6 @@ extern "C" int POPUPS2_API Unload() { DeleteObject(hFontSecondLine); DeleteObject(hFontTime); } // otherwise, no need to delete the handle + CloseHandle(mainThread); return 0; } -- cgit v1.2.3