summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2008-03-09 17:43:29 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2008-03-09 17:43:29 +0000
commit3ead27606fb235ffe216f80373fe52f373d4f682 (patch)
treed79225681e92a248f5e90da2e0d4905069af8a28
parent056149746b1cb21a3602e186050007a29a4fdd97 (diff)
fix for a leaked handle
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@403 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r--yapp/popups2.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}