From 056149746b1cb21a3602e186050007a29a4fdd97 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 9 Mar 2008 17:42:04 +0000 Subject: fix for a leaked handle git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@402 4f64403b-2f21-0410-a795-97e2b3489a10 --- tipper/tipper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tipper/tipper.cpp b/tipper/tipper.cpp index 7599dc7..b12fd4a 100644 --- a/tipper/tipper.cpp +++ b/tipper/tipper.cpp @@ -448,5 +448,6 @@ extern "C" int TIPPER_API Unload() { DeleteObject(hFontValues); } // otherwise, no need to delete the handle DeinitTranslations(); + CloseHandle(mainThread); return 0; } -- cgit v1.2.3