Re: [xml] libxml memory leaks
- From: Yan Seiner <yan seiner com>
- To: xml gnome org
- Subject: Re: [xml] libxml memory leaks
- Date: Thu, 18 Jan 2007 10:34:36 -0800
Yan Seiner wrote:
there some special way I need to free these pointers:
I am freeing them in the following order:
xmlFree(xpathCtx);
xmlFree(xpathObj);
xmlFreeDoc(doc);
Sorry!
That's actually
xmlFree(xpathObj);
xmlFree(xpathCtx);
xmlFreeDoc(doc);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]