mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 03:02:50 -06:00
missing call to free after the call to pgf_abstract_name
This commit is contained in:
@@ -247,6 +247,9 @@ void pgf_free(PgfDB *pgf);
|
||||
PGF_API_DECL
|
||||
void pgf_free_revision(PgfDB *pgf, PgfRevision revision);
|
||||
|
||||
/* Returns a newly allocated text which contains the abstract name of
|
||||
* the grammar. The text must be released with a call to free.
|
||||
*/
|
||||
PGF_API_DECL
|
||||
PgfText *pgf_abstract_name(PgfDB *db, PgfRevision revision,
|
||||
PgfExn* err);
|
||||
|
||||
Reference in New Issue
Block a user