bugfixes related to old pointers

This commit is contained in:
Krasimir Angelov
2022-10-24 10:37:38 +02:00
parent d8aab2962c
commit 39ac59c2b9
4 changed files with 13 additions and 1 deletions

View File

@@ -1102,6 +1102,7 @@ fit:
}
}
descr = ptr(block_descr, map);
int index = (descr->descr_txn_id != ms->curr_txn_id);
descr->chain = free_descriptors[index];
free_descriptors[index] = map;