This code gives me a memory leck: XMLCh *tmpCh=transcode("OK"); DOMNode* m_idRoot; while(1) { m_idRoot= m_idDocument->createElement(tmpCh);
//**Not correctly released m_idRoot->release(); Sleep(10); } Why? Is it a bug? I notice that the DOMDocumentImpl heap increase its size --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]