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=7278>. 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=7278 Memory leak in XMLReaderFactory::createXMLReader Summary: Memory leak in XMLReaderFactory::createXMLReader Product: Xerces-C++ Version: 1.7.0 Platform: Other OS/Version: AIX Status: NEW Severity: Major Priority: Other Component: SAX/SAX2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Using the VisualAge 5.0.2.0 compiler on AIX platform for the following example code: SAX2XMLReader* reader = XMLReaderFactory::createXMLReader(); delete reader; Leaks memory. I have tested this with 1.7.0 and 1.6.0 releases of Xerces C++ with same result. My server application is now leaking a lot of memory, which eventually will result in a crash when there are no more memory resources available. This is the reason for the major severity I have given to this bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
