After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 316924 - memory leak in xmlreader interface Function: xmlTextReaderReadString
memory leak in xmlreader interface Function: xmlTextReaderReadString
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-22 10:33 UTC by Vitaly Simonenko
Modified: 2005-09-22 11:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vitaly Simonenko 2005-09-22 10:33:27 UTC
aux function xmlTextReaderCollectSiblings (xmlreader.c:1182) set free the buffer
but not free the string if element consist for more then one text child.
Comment 1 Daniel Veillard 2005-09-22 11:15:17 UTC
Hum, yes I see ... should be fixed in CVS now,

 thanks !

Daniel