Remove xmlCleanupParser calls from contrib/xml2.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8a37a0341e9ec4ecd25ff5caa400f6367742f9e3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-03-01T05:17:08Z
Releases: 8.0.24
Remove xmlCleanupParser calls from contrib/xml2.

These are unnecessary and probably dangerous.  I don't see any immediate
risk situations in the core XML support or contrib/xml2 itself, but there
could be issues with external uses of libxml2, and in any case it's an
accident waiting to happen.

Files

PathChange+/−
contrib/xml2/xpath.c modified +4 −29
contrib/xml2/xslt_proc.c modified +0 −4