On 12/5/06, Nicholas Aaron Philbrook <[EMAIL PROTECTED]> wrote:
> Also, I'm storing the result of xmlNodeGetContent in regular char *,
> is it okay to call simple free() on these pointers when cleaning up?
> Or does xmlFree do something that free() doesn't?

By default, xmllFree() is a wrapper around free().
But it may be overriden by xmlMemSetup() or xmlGcMemSetup().

-- 
Andrew W. Nosenko <[EMAIL PROTECTED]>
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to