You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by li...@muc.zae-bayern.de on 2004/06/04 15:11:03 UTC

URL Parsing memory leak

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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org