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=22168>. 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=22168 memory not releaser by DOMParser ------- Additional Comments From [EMAIL PROTECTED] 2003-08-12 12:39 ------- I noticed that Pete Guyatt put the following question in the xerces-c-dev mailing list so am appending it here: ----- Hi, Are you actually calling the parser.resetDocumentPool() method. This will delete all of the DOM trees that has been build up, since every time you call the DOMParser.parse method it adds the new DOM tree to an internal vector. Thanks Pete --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
