Skip Menu |

This queue is for tickets about the XML-LibXSLT CPAN distribution.

Report information
The Basics
Id: 1314
Status: resolved
Priority: 0/
Queue: XML-LibXSLT

People
Owner: Nobody in particular
Requestors: tburke [...] bigfoot.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.50
Fixed in: (no value)



Subject: Memory leak in transform_file()
perl v 5.6.1 Roughly: $xsl = XML::LibXSLT->new(); for (1..1000000) { $xsl->transform_file('filename.xml'); } Leaks memory, $xsl->transform( $parser->parse_file('filename.xml')); does not. I don't know if this is in XML::LibXSLT or the underlying libXSLT.
Fixed in the axkit Subversion repository (to appear as version 1.60).