8
0
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:
dimitr 2011-04-05 05:47:45 +00:00
parent 4b3033c013
commit 0cc0d65eb1

View File

@ -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&)
{ {