[Home]

Summary:ASTERISK-22570: [patch] xslt library cleanup
Reporter:Corey Farrell (coreyfarrell)Labels:
Date Opened:2013-09-21 15:07:57Date Closed:2013-10-03 13:01:05
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/General
Versions:SVN 12.0.0-alpha1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) xsltCleanupGlobals.patch
Description:Call xsltCleanupGlobals from ast_xml_finish.

I've added a check to configure for the existance of xsltCleanupGlobals().  According to [upstream-tracker.org|http://upstream-tracker.org/compat_reports/libxslt/1.0.1_to_1.0.2/abi_compat_report.html] libxslt added this cleanup function in v1.0.2, so I'm not sure this check is even needed but seems like the safe thing to do.

I was unable to include ./configure in my svn diff, it refused due to svn:mime-type 'application/octet-stream'.  I've included configure.ac and autoconfig.h.in in the patch, I'm guessing someone will have to run bootstap.sh with my patch before committing.
Comments:By: Kinsey Moore (kmoore) 2013-10-03 13:03:43.476-0500

Thanks for the libxslt cleanup! This is now committed.