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

dispose() which is just a replica of decycle() method available in Lite,

What decycle method? See Active bugs for XML-DOM-Lite, see Bug #73337 for XML-DOM-Lite: Massive memory leak and other bugfixes (patch)

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

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

    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?

      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