Hi, 
 
I'm using Xerces-C 2.5.0. 
 
I'm parsing the xml files very fast. 
With the following line I have no proplems. 
parser->parse( /tmp/test.xml ); 
 
Now I changed (only) this line to 
parser->parse ( "http://192.168.2.11/test.xml"; ) 
 
and the memory starts growing. I tried to delete and create the parser before using 
but this did not solve my problem. 
 
Is this a memory leak. 
 
Christian  

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


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

Reply via email to