]> granicus.if.org Git - postgresql/commit
Remove xmlCleanupParser calls from contrib/xml2.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Mar 2010 05:17:08 +0000 (05:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Mar 2010 05:17:08 +0000 (05:17 +0000)
commit8a37a0341e9ec4ecd25ff5caa400f6367742f9e3
tree6dace3c3005f0e9132b8401aebad7df7673bb7df
parent5cdd478bd08922f963dae32e47bcb2ef8f0836af
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