auriemma 01/02/14 08:28:58
Modified: c/src/XalanTransformer XalanTransformer.cpp
Log:
Commented out call to XMLPlatformUtils::Terminate().
Revision Changes Path
1.7 +3 -1 xml-xalan/c/src/XalanTransformer/XalanTransformer.cpp
Index: XalanTransformer.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XalanTransformer/XalanTransformer.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XalanTransformer.cpp 2001/02/09 22:05:12 1.6
+++ XalanTransformer.cpp 2001/02/14 16:28:57 1.7
@@ -133,7 +133,9 @@
delete m_xsltInit;
// Call the static terminator for Xerces.
- XMLPlatformUtils::Terminate();
+ // We do not call terminate to Xerces because we have no way
+ // of knowing if it is being used elsewhere in the process.
+ //XMLPlatformUtils::Terminate();
}