Skip to content

Commit

Permalink
Forgotten change for CORE-4383.
Browse files Browse the repository at this point in the history
  • Loading branch information
dyemanov committed Feb 14, 2015
1 parent f1d60b9 commit 8dc2bca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/jrd/tra.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 8dc2bca

Please sign in to comment.