8
0
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:
dimitr 2015-02-14 08:11:48 +00:00
parent f1d60b9596
commit 8dc2bca771

View File

@ -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;