summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bindings/php5/wrapper_source.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/php5/wrapper_source.py b/bindings/php5/wrapper_source.py
index 7ec9fba8..de1b9d27 100644
--- a/bindings/php5/wrapper_source.py
+++ b/bindings/php5/wrapper_source.py
@@ -198,6 +198,8 @@ PHP_MSHUTDOWN_FUNCTION(lasso)
}
}
'''
+ if free:
+ print >> self.fd, ' lasso_release_xml_node(return_c_value);'
elif is_glist(arg):
el_type = element_type(arg)
if is_cstring(el_type):