Subject: | Memory leak still present |
While the code changes done recently to avoid the
XML::SAX::Expat::Incremental memory leak upon DESTROY() appear to deal
with that issue, the parser object is destroyed and recreated upon
reset(), incurring a memory leak. In code that calls reset()
frequently, this bloats the program. Simply applying the weaken code in
DESTROY() to reset() appears to fix the issue in my tests.