I'am working with Xerces 1.4 Debug DLL in my Windows "mutithreaded debug 
DLL" application. When I parse a XML document with the DOMParser::parse( 
... ) method, Visual C++ reports always this memory leaks after my 
application terminates :

Detected memory leaks!
Dumping objects ->
D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\crtdbg.h(552) : 
{1175} normal block at 0x007DCAA0, 2 bytes long.
 Data: <C > 43 00
D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\crtdbg.h(552) : 
{1036} normal block at 0x007DB380, 2 bytes long.
 Data: <C > 43 00
D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\crtdbg.h(552) : {892} 
normal block at 0x007DBD80, 2 bytes long.
 Data: <C > 43 00
Object dump complete.


Have some one any idea?

Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to