Schlesinger, Philip wrote:
Hi David. I commented out everything from
XMLPlatformUtils::Initialize() to XMLPlatformUtils::Terminate() in
TransformToXercesDOM.cpp.
If I called XalanTransformer::ICUCleanUp() immediately after
XMLPlatformUtils::Terminate(), there were no memory leaks. If I comment
out that call to XalanTransformer::ICUCleanUp(), I get memory leaks.
That's what I would expect, and it indicates the "leaks" are false
positives from the ICU, but that seems to contradict your earlier post.
If the call to XalanTransformer::ICUCleanUp() fixes the "leaks," is this
still an issue?
Dave