in reply to Re: How to perform dispose using XML::DOM::Lite
in thread How to perform dispose using XML::DOM::Lite

I am also faced the same problem. So there is no other way to fix the memory leak?

If we try with weaken (using Scalar::Util). Still the issue is arising?

Any one have a solution?

  • Comment on Re^2: How to perform dispose using XML::DOM::Lite

Replies are listed 'Best First'.
Re^3: How to perform dispose using XML::DOM::Lite
by Anonymous Monk on Apr 26, 2012 at 18:08 UTC

    I am also faced the same problem. So there is no other way to fix the memory leak?

    I wouldn't know. There are many bug reports and many patches listed. Try one and see if it fixes the problem.

    If we try with weaken (using Scalar::Util). Still the issue is arising?

    Is it?

      Yes. Weaken is not working to fix the XML::DOM::Lite's Memory leaks

      I have verified the bugs reported for this XML::DOM::Lite and the fixes given (weakenis also taken from there). Could you please send the link related to this bug