Hi David.  

I'm afraid this still is an issue - I still get a memory leak when I
uncomment everything from XMLPlatformUtils::Initialize() to
XMLPlatformUtils::Terminate().  Something is getting improperly
destroyed.

- Phil

-----Original Message-----
From: David Bertoni [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 07, 2006 3:37 PM
To: xalan-c-users@xml.apache.org
Subject: Re: (TRY 2) RE: NT Xalan memory leak detected in debug version
of sample program TransformToXercesDOM; release does not report leak

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


Reply via email to