mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Forgotten change for CORE-4383.
This commit is contained in:
parent
f1d60b9596
commit
8dc2bca771
@ -3498,7 +3498,9 @@ static jrd_tra* transaction_start(thread_db* tdbb, jrd_tra* temp)
|
||||
|
||||
jrd_tra::~jrd_tra()
|
||||
{
|
||||
delete tra_undo_record;
|
||||
while (tra_undo_records.hasData())
|
||||
delete tra_undo_records.pop();
|
||||
|
||||
delete tra_undo_space;
|
||||
delete tra_user_management;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user