[Expat-discuss] Need to call XML_ParserFree ?

Régis St-Gelais regis.st-gelais at laubrass.com
Thu Feb 19 22:24:17 EST 2004


Do I need to call ParserFree or is it automaticaly called when the parser
object is destroyed?

void test()
    {
     XML_Parser xmlParser;
     xmlParser = XML_ParserCreate(NULL);

    some code here .....

     XML_ParserFree(xmlParser);    // Needed ????
    }


Thanks

Régis St-Gelais






More information about the Expat-discuss mailing list