DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6367>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6367

memory leak parsing xml document





------- Additional Comments From [EMAIL PROTECTED]  2002-02-13 10:50 -------
I think I have found WHERE the memory leak is...

in internal\XMLScanner.cpp

srcToUse = new LocalFileInputSource(systemId);        
srcToUse = new URLInputSource(tmpURL);
             
these "new"'s are not being deleted at the end of their use.

hope that it is and the information I've given helps.

Lorna
:o)

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

Reply via email to