mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 08:12:51 -06:00
change the API to allow different grammar revisions
This commit is contained in:
@@ -339,7 +339,7 @@ void namespace_release(Namespace<V> node)
|
||||
if (!(--node->ref_count)) {
|
||||
namespace_release(node->left);
|
||||
namespace_release(node->right);
|
||||
DB::free(node);
|
||||
PgfDB::free(node);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user