Re: Does it Memory Leak
Hi, no it does not. The internal memory structure of xerces is such that this may appear to be the case. When you delete the document he memory will be reclaimed. Search in the archives for more information. Gareth On Wed, 19 May 2004, Imran A R (RBIN/EDM1) * wrote: > > > IN my l
Does it Memory Leak
IN my local function , am doing DOMElement* lname = NULL; lname = m_pDOMDocument->createElement(c_ElementName); and i returns the lname , does it leaks any memory Thanks