diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-03-09 17:42:04 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-03-09 17:42:04 +0000 |
commit | 056149746b1cb21a3602e186050007a29a4fdd97 (patch) | |
tree | 13197c7d1961b99aa73a0e6dc8e98201a89c9886 /tipper/tipper.cpp | |
parent | 7f4ef0bcf77d88fac723a698d55ccce8de494006 (diff) |
fix for a leaked handle
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@402 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/tipper.cpp')
-rw-r--r-- | tipper/tipper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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;
}
|