Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/XERCESC-1195 Here is an overview of the issue: --------------------------------------------------------------------- Key: XERCESC-1195 Summary: XMLMacAbstractFile objects leak (from Bugzilla #28316) Type: Bug Status: Unassigned Priority: Minor Project: Xerces-C++ Components: Utilities Versions: 2.4.0 Assignee: Reporter: Alberto Massari Created: Thu, 15 Apr 2004 5:44 AM Updated: Thu, 15 Apr 2004 5:44 AM Environment: MacOS X Description: In util/Platforms/MacOS/MacOSPlatformUtils.cpp, objects of the class XMLMacAbstractFile are created whenever a file is opened, but are never deleted, causing a minor leak - 36 bytes each time. This can be fixed by adding: delete reinterpret_cast<XMLMacAbstractFile*>(theFile); as the last line of the closeFile method. --------------------------------------------------------------------- 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]