Re: [gdome]reference counting



I think I found the solution, but might be it needs some more testing. However

tmpnode = node;
node = gdome_n_nextSibling(tmpnode, &exc);
gdome_n_unref(tmpnode);

looks like solve the problem. I didn't realize the last part of gdome_xml_n_unref() and the function of treegc.

Daniel




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]