diff options
Diffstat (limited to 'contrib/py-bindings/gfmodule.c')
| -rw-r--r-- | contrib/py-bindings/gfmodule.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/py-bindings/gfmodule.c b/contrib/py-bindings/gfmodule.c index 2f9410d46..25a9cb636 100644 --- a/contrib/py-bindings/gfmodule.c +++ b/contrib/py-bindings/gfmodule.c @@ -78,6 +78,7 @@ NEWGF(Tree,GF_Tree,TreeType,"gf.tree","gf tree") /* PGF methods, constructor and destructor */ + DEALLOCFN(PGF_dealloc, PGFModule, gf_freePGF, "freePGF") static gfType* |
