GNOME Bugzilla – Bug 451643
xmlTextWriterStartDocument() can leak if call several times
Last modified: 2007-07-04 15:43:58 UTC
xmlTextWriterStartDocument() can leak if called several times consecutively. Calling xmlFreeTextWriter() once after several calls of xmlTextWriterStartDocument() does not free all the memory. Please find attached to this bug a patch that shows and hopefuly fixes the problem.
Created attachment 90758 [details] [review] fixes a leak in xmlTextWriterStartDocument()
Okay, makes sense, applied and commited on SVN, merci :-) Daniel