Re: reference counting
Chaoron <[email protected]>
| Newsgroups | gmane.comp.gnome.gdome |
|---|---|
| Message-ID | <[email protected]> |
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