8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 08:03:04 +01:00

Additional fix for bug CORE-5702 : Firebird Handle Leak Windows

This commit is contained in:
hvlad 2018-04-03 01:01:52 +03:00
parent d22a07090c
commit 64b6de01e4

View File

@ -384,6 +384,8 @@ int JProvider::release()
static void shutdownBeforeUnload()
{
ThreadSync thread(FB_FUNCTION);
LocalStatus status;
CheckStatusWrapper statusWrapper(&status);