]> 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:40 +0000 (05:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Mar 2010 05:16:40 +0000 (05:16 +0000)
commit5ea32f560a411e806b0665a5e091d85d1565ee2e
treeda87e0bfec5e0628006cb32513351afbdeb92fd5
parent8748dc35800d7a4f46cf469ede12583b5fb52a9e
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