diff options
| author | jordi.saludes <jordi.saludes@upc.edu> | 2010-06-18 11:47:14 +0000 |
|---|---|---|
| committer | jordi.saludes <jordi.saludes@upc.edu> | 2010-06-18 11:47:14 +0000 |
| commit | d313f22d7291d34e990675d84679f0239a7a1e08 (patch) | |
| tree | 3165bdc9c685f1694156a21b82d25f9ddf2cbc4c /contrib/py-bindings/gfmodule.c | |
| parent | 606a8807208bfd4e62fcb41c872aae84ae8b4686 (diff) | |
DEBUG is off.
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* |
