Remove xmlCleanupParser calls from contrib/xml2.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Mar 2010 05:16:48 +0000 (05:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Mar 2010 05:16:48 +0000 (05:16 +0000)
commitd71936c9507ddc91f7b4d9e522861be2bdf89c84
tree37809f80bc4b4a3df907bc0453ef211ee1c589e5
parent4f146ab3e793ddbdcbb75b7b9c8780f75247ca92
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.
contrib/xml2/xpath.c
contrib/xml2/xslt_proc.c