GNOME Bugzilla – Bug 323864
Memory leak in xmlTextReaderReadInnerXml
Last modified: 2005-12-12 13:27:11 UTC
Please describe the problem: An xmlBuffer memory reference is leaked every time xmlTextReaderReadInnerXml is used. The buffer's content is returned, but the buffer reference itself is lost. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 55888 [details] [review] Proposed patch
Whoops, I didn't catch that ! Right, patch applied, will commit ASAP, thanks a lot ! Daniel