]> 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:01 +0000 (05:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Mar 2010 05:17:01 +0000 (05:17 +0000)
commita8ab473383e3b085cee3fabf705130c476ce95c9
treeab66b219817dced9269b67d5970514c0cb859a67
parent94152f93f562ad040d40a8f53cc5917dc135f584
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