Re: [xml] list deallocator problem



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]