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