Bug#358524: libxml-libxml-perl: memory leak during parsing

2006-03-23 Thread Florian Ragwitz
On Thu, Mar 23, 2006 at 12:50:57AM +, David Pashley wrote: > Package: libxml-libxml-perl > Version: 1.58-3 > Severity: normal > Tags: patch > > There is a memory leak in libxml-libxml-perl-1.58. More info at > http://rt.cpan.org/Public/Bug/Display.html?id=12765 > > I've included a patch whic

Bug#358524: libxml-libxml-perl: memory leak during parsing

2006-03-22 Thread David Pashley
Another memory leak for you. --- LibXML.xs 2006-03-23 01:51:13.0 + +++ ../libxml-libxml-perl-1.58/LibXML.xs2006-03-23 00:34:56.0 + @@ -1325,7 +1324,6 @@ } xs_warn( "context created\n"); -if (ctxt->sax) { xmlFree(ctxt->sax);

Bug#358524: libxml-libxml-perl: memory leak during parsing

2006-03-22 Thread David Pashley
Package: libxml-libxml-perl Version: 1.58-3 Severity: normal Tags: patch There is a memory leak in libxml-libxml-perl-1.58. More info at http://rt.cpan.org/Public/Bug/Display.html?id=12765 I've included a patch which fixes this problem. diff -ur libxml-libxml-perl-1.58/LibXML.xs libxml-libxml-p