mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 11:12:51 -06:00
more bugfixes in the allocator
This commit is contained in:
@@ -1847,7 +1847,7 @@ public:
|
||||
|
||||
size_t len = entry->backrefs->len;
|
||||
ref<Vector<PgfSequenceBackref>> backrefs =
|
||||
vector_unsafe_resize<PgfSequenceBackref>(entry->backrefs, len+1);
|
||||
vector_resize<PgfSequenceBackref>(entry->backrefs, len+1, PgfDB::get_txn_id());
|
||||
backrefs->data[len].container = container;
|
||||
backrefs->data[len].seq_index = seq_index;
|
||||
entry->backrefs = backrefs;
|
||||
|
||||
Reference in New Issue
Block a user