cXMLNodeList = cXMLDoc->getElementsByTagName(XMLString::transcode("word"));
strcpy(name, XMLString::transcode(cChildNodeList->item(j)->getTextContent());

These lines leak memory.  If you don't pass an output buffer to transcode, you need to 
XMLString::release() the returned buffer.

Adam Heinz
Senior Software Developer
Exstream Software

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to