1
0
forked from GitHub/gf-core

Merge branch 'majestic' of github.com:GrammaticalFramework/gf-core into majestic

This commit is contained in:
John J. Camilleri
2021-09-09 09:34:13 +02:00
3 changed files with 9 additions and 2 deletions

View File

@@ -1777,6 +1777,7 @@ PGF_getAbstractName(PGFObject *self, void *closure)
}
PyObject *name = PyString_FromStringAndSize(txt->text, txt->size);
free(txt);
return name;
}