Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/XERCESC-378 Here is an overview of the issue: --------------------------------------------------------------------- Key: XERCESC-378 Summary: Memory leak in XMLReaderFactory::createXMLReader Type: Bug Status: Closed Resolution: WON'T FIX Project: Xerces-C++ Components: SAX/SAX2 Versions: 1.7.0 Assignee: Reporter: John Created: Wed, 20 Mar 2002 12:02 PM Updated: Tue, 19 Oct 2004 10:01 AM Environment: Operating System: AIX Platform: Other Description: 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. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]