diff options
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;
}
|