Message:
The following issue has been closed.
Resolver: PeiYong Zhang
Date: Tue, 19 Oct 2004 8:59 AM
BinInputStream derives from XMomory and when it gets deleted, the allocator is
retrieved and used to deallcate memory.
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/XERCESC-710
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XERCESC-710
Summary: deleting BinInputStream
Type: Bug
Status: Closed
Resolution: INVALID
Project: Xerces-C++
Components:
Utilities
Versions:
1.7.0
Assignee:
Reporter: Misha Shmulyan
Created: Sat, 9 Nov 2002 9:08 PM
Updated: Tue, 19 Oct 2004 8:59 AM
Environment: Operating System: All
Platform: All
Description:
To create custom InputSource one should override
InputSource::makeStream()
method and create new BinInputStream-derived object inside it. Note that user
may use allocator different from the one used by Xerses.
But when this object is deallocated Xerses is using delete operator, which
assumes Xerses allocator.
---------------------------------------------------------------------
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]