mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 18:52:50 -06:00
bugfixes related to old pointers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user