mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 16:22:52 -06:00
missing call to free after the call to pgf_abstract_name
This commit is contained in:
@@ -287,7 +287,7 @@ Namespace<V> namespace_insert(Namespace<V> map, ref<V> value)
|
||||
return Node<V>::new_node(value,map->left,map->right);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
template <class V>
|
||||
ref<V> namespace_lookup(Namespace<V> map, PgfText *name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user