Re: [xml] Memory leak / cleanup missing after node creation.
- From: Jose Commins <axora myrealbox com>
- To: Igor Zlatkovic <igor zlatkovic com>
- Cc: xml gnome org
- Subject: Re: [xml] Memory leak / cleanup missing after node creation.
- Date: Mon, 24 May 2004 16:59:16 +0100
By the way,
newNode = xmlNewText(theTagReplacements[1]);
xmlReplaceNode(cur_node, newNode);
It still looks like a list of 'newNode's still has to be created and
freed with 'xmlFreeNode' after 'xmlFreeDoc' is called; despite being
assigned to the doc, xmlFreeDoc doesn't seem to remove the allocations
for those 'newNode' s.
Regards,
Jose.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]