mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Additional fix for bug CORE-5702 : Firebird Handle Leak Windows
This commit is contained in:
parent
d22a07090c
commit
64b6de01e4
@ -384,6 +384,8 @@ int JProvider::release()
|
||||
|
||||
static void shutdownBeforeUnload()
|
||||
{
|
||||
ThreadSync thread(FB_FUNCTION);
|
||||
|
||||
LocalStatus status;
|
||||
CheckStatusWrapper statusWrapper(&status);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user