mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
Fixed SF bug #1124720
This commit is contained in:
parent
a4a2855adf
commit
334c5c8c5f
@ -299,7 +299,9 @@ void ExecuteStatement::Close(thread_db* tdbb)
|
||||
delete[] p;
|
||||
Sqlda = 0;
|
||||
if (Transaction) {
|
||||
THREAD_EXIT();
|
||||
WHY_cleanup_transaction(WHY_translate_handle(Transaction));
|
||||
THREAD_ENTER();
|
||||
}
|
||||
WHY_free_handle(Transaction);
|
||||
Transaction = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user