OSDN Git Service

Remove xmlCleanupParser calls from contrib/xml2.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Mar 2010 05:16:35 +0000 (05:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Mar 2010 05:16:35 +0000 (05:16 +0000)
commita102090995858cdd324b1afe81f2f7735ef7f3a1
tree685560e1b9088e6eff0475326ca01d4f0f4c9d7b
parent73632828aca2d252b4ea14706da6d2514c2750f1
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