diff options
Diffstat (limited to 'python/libxml.py')
-rw-r--r-- | python/libxml.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/libxml.py b/python/libxml.py index 0c3ba6c..5980974 100644 --- a/python/libxml.py +++ b/python/libxml.py @@ -618,6 +618,11 @@ class xmlTextReaderCore: # assert f is _xmlTextReaderErrorFunc return arg +# +# The cleanup now goes though a wrappe in libxml.c +# +def cleanupParser(): + libxml2mod.xmlPythonCleanupParser() # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING # |