dbertoni 2004/11/15 21:05:08
Modified: c/src/xalanc/TestXSLT process.cpp
Log:
Make sure ICU cleanup code is called.
Revision Changes Path
1.15 +5 -0 xml-xalan/c/src/xalanc/TestXSLT/process.cpp
Index: process.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/TestXSLT/process.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- process.cpp 15 Nov 2004 07:51:46 -0000 1.14
+++ process.cpp 16 Nov 2004 05:05:07 -0000 1.15
@@ -126,6 +126,7 @@
//#define XALAN_USE_ICU
#if defined(XALAN_USE_ICU)
#include <xalanc/ICUBridge/ICUBridgeCollationCompareFunctor.hpp>
+#include <xalanc/ICUBridge/ICUBridgeCleanup.hpp>
#endif
@@ -1241,6 +1242,10 @@
XMLPlatformUtils::Terminate();
}
+
+#if defined(XALAN_USE_ICU)
+ ICUBridgeCleanup::cleanup();
+#endif
return theResult;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]