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=5311>.
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=5311

Memory leak parsing XML file

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-02-05 20:16 -------
If you are using Xerces-C++ 1.5.0, then there were known leaks in ElemeStack.  
Please upgrade to the latest version Xerces-C++ 1.6.0.

Besides to ensure every thing is cleaned, please 
call "XMLPlatformUtils::Initialize()" at the end of your application.  And also 
please use array delete operator to delete the transcode string, i.e.

     delete [] attrNameVal;
     delete [] attrValueVal;

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

Reply via email to