We have also the same problem using msvc 7.1 compiler. We got memory leak, if we create and destroy DOMDocument frequently. The DOMDocument is created by DOMBuilder. Calling release() or resetDocumentPool does not release resources.
For work around, we call removeChild with DOMDocument root node as parameter. It seems to solve the problem. Is there another better solution for this problem? JIRA [EMAIL PROTECTED] wrote: > > XML DOM parser does not release memory on parser:release and > resetDocumentPool() > -- View this message in context: http://www.nabble.com/-jira--Created%3A-%28XERCESC-1589%29-XML-DOM-parser-does-not-release-memory-on-parser%3Arelease-and-resetDocumentPool%28%29-tp4077781p18285708.html Sent from the Xerces - C - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
