[xml] libxml free problem
- From: "Ke Tao" <kotao78 gmail com>
- To: xml gnome org
- Subject: [xml] libxml free problem
- Date: Fri, 15 Jun 2007 17:15:53 +0800
HI ALL,
I encounter a problem on libxml free problem.
I simple use a code like below,
xmlDocPtr doc;
xmlNodePtr cur;
.......
doc = xmlReadMemory(pBuf, (int)strlen(pBuf), "
recbuf.xml", NULL, 0);
if (doc == NULL)
{
return ret;
}
.....
cur = xmlDocGetRootElement(doc);
.....
//do some thing
xmlFreedoc(doc);
...
But I use valgrind check above code , find this code always has memory problem , the valgrind log is,
Best Regards,
Ke Tao
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]