[bindings/php5] add missing release for xmlnodes in return value wrapper

This commit is contained in:
Benjamin Dauvergne 2012-05-05 23:21:56 +02:00
parent 7e9fffe2b9
commit b7958a2e31
1 changed files with 2 additions and 0 deletions

View File

@ -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):