Re: [xml] list deallocator problem
- From: Aleksey Sanin <aleksey aleksey com>
- To: Gary Pennington <Gary Pennington sun com>
- Cc: xml gnome org
- Subject: Re: [xml] list deallocator problem
- Date: Wed, 27 Feb 2002 14:02:06 -0800
Yep, you are absolutelly rigth. I missed this function.
Thanks!
Aleksey.
Hi,
What's the problem? You can use xmlLinkGetData() to get at the data
held by the link and that's all you should need access to. I don't
think any changes are required.
e.g.
In your deallocator
{
...
void * data = xmlLinkGetData(lk);
<do whatever you want with data, probably just free it>
}
Gary
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]