Hi,
 
I'm using Xerces C 2.8
 
 I have a simple program where I'm calling 
XMLPlatformUtils::Initialize();
 
followed by
 
XMLPlatformUtils::Terminate();
 
I'm not setting any features or properties or doing any processing
between the two function calls.
The Initialize() function allocates 188K of memory. The
Terminate()function fails to release any memory. 
 
Someone please tell me what I'm doing wrong.
 
Regards,
Swati

Reply via email to