amassari 2004/07/06 08:16:58 Modified: c/src/xercesc/dom/impl DOMWriterImpl.cpp Log: Fix for jira#1238: DOMWriter was creating an XMLFormatter without propagating the memory manager Revision Changes Path 1.54 +6 -2 xml-xerces/c/src/xercesc/dom/impl/DOMWriterImpl.cpp Index: DOMWriterImpl.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/impl/DOMWriterImpl.cpp,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- DOMWriterImpl.cpp 10 May 2004 08:03:25 -0000 1.53 +++ DOMWriterImpl.cpp 6 Jul 2004 15:16:57 -0000 1.54 @@ -57,6 +57,9 @@ /* * $Id$ * $Log$ + * Revision 1.54 2004/07/06 15:16:57 amassari + * Fix for jira#1238: DOMWriter was creating an XMLFormatter without propagating the memory manager + * * Revision 1.53 2004/05/10 08:03:25 amassari * Performance: push a new map on the namespace stack only when an element has a xmlns attribute * @@ -648,7 +651,8 @@ ,fDocumentVersion ,destination ,XMLFormatter::NoEscapes - ,XMLFormatter::UnRep_CharRef); + ,XMLFormatter::UnRep_CharRef + ,fMemoryManager); } catch (const TranscodingException& e) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]