mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Fixed the assertion caused by refcnt != 0.
This commit is contained in:
parent
4b3033c013
commit
0cc0d65eb1
@ -1609,7 +1609,7 @@ jrd_tra* TRA_start(thread_db* tdbb, ULONG flags, SSHORT lock_timeout, Jrd::jrd_t
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
transaction = transaction_start(tdbb, temp);
|
transaction = transaction_start(tdbb, temp);
|
||||||
delete temp;
|
jrd_tra::destroy(NULL, temp);
|
||||||
}
|
}
|
||||||
catch (const Exception&)
|
catch (const Exception&)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user