diff options
Diffstat (limited to 'yapp/popups2.cpp')
-rw-r--r-- | yapp/popups2.cpp | 1 |
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;
}
|