missing call to free after the call to pgf_abstract_name

This commit is contained in:
krangelov
2021-09-09 07:20:15 +02:00
parent 44ee5718e9
commit 3d4c6031d8
3 changed files with 5 additions and 1 deletions

View File

@@ -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)
{