mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-04 12:02:29 +03:00
fixup the script and rebuid the API cleanup provided accessors for a lot
* doc/libxslt-api.xml doc/libxslt-decl.txt doc/libxslt-refs.xml doc/parsedecl.py: fixup the script and rebuid the API * libxslt/extensions.h: cleanup * python/generator.py python/libxslt-python-api.xml python/libxslt.c python/libxsltclass.txt: provided accessors for a lot of the tructures involved in the transformation. Stylesheet and transformation python object don't free automatically the encapsulated object when deallocated. * python/tests/Makefile.am python/tests/basic.py python/tests/extfunc.py python/tests/pyxsltproc.py: updated the examples Daniel
This commit is contained in:
@ -283,7 +283,8 @@ def main(args = None):
|
||||
xsltProcess(doc, cur, args[i])
|
||||
i = i + 1
|
||||
|
||||
cur = None
|
||||
if cur != None:
|
||||
cur.freeStylesheet()
|
||||
params = None
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user