mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 08:12:51 -06:00
restore the sharing of sequences. Shrinks the grammar by ~45%
This commit is contained in:
@@ -509,7 +509,6 @@ void namespace_release(Namespace<V> node)
|
||||
|
||||
if (!(--node->value->ref_count)) {
|
||||
V::release(node->value);
|
||||
PgfDB::free(node->value);
|
||||
}
|
||||
|
||||
PgfDB::free(node);
|
||||
|
||||
Reference in New Issue
Block a user