RE: [xml] Need help: My program trying to free
- From: "Jones, Mark A (Mark)" <jones lucent com>
- To: "'Reid Spencer'" <reid x10sys com>, xml gnome org
- Cc: "Jones, Mark A (Mark)" <jones lucent com>
- Subject: RE: [xml] Need help: My program trying to free
- Date: Sun, 28 Mar 2004 21:13:00 -0500
Reid,
I'm actually parsing an incore XML document (not from a file). I use the call "reader = xmlReaderForMemory
(buf, size, NULL, NULL, 0);" to set up an xmlTextReaderPtr. buf points to the incore XML document. I then
use
the call "ret = xmlTextReaderRead(reader);" to walk (in a loop) through all the nodes in the document. This
all works very well, except at the end of walking through the nodes, I get a core trying to free the space
that reader points to.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]