mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
Minor addition to one of my previous changes.
This commit is contained in:
parent
31f9c7feda
commit
9f83a2f252
@ -2756,6 +2756,7 @@ void VIO_verb_cleanup(TDBB tdbb, JRD_TRA transaction)
|
||||
return;
|
||||
|
||||
sav* sav_point = transaction->tra_save_point;
|
||||
|
||||
if (!sav_point)
|
||||
return;
|
||||
|
||||
@ -2924,7 +2925,7 @@ void VIO_verb_cleanup(TDBB tdbb, JRD_TRA transaction)
|
||||
if (rpb.rpb_record)
|
||||
delete rpb.rpb_record;
|
||||
}
|
||||
SBM_reset(&action->vct_records);
|
||||
SBM_release(action->vct_records);
|
||||
if (action->vct_undo) {
|
||||
if (action->vct_undo->getFirst())
|
||||
do {
|
||||
|
Loading…
Reference in New Issue
Block a user