For some reason when trying to free an iterator my app crashes badly on
librdf_free_iterator. Here's what I'm trying to do, please let me know
if you have any ideas of what it is I am doing wrong.<br>
<br>
iterator := self interface librdf_model_get_arcs_out: self librdf_model with: self librdf_node.<br>
self doSomethingWithIterator: iterator.<br>
self interface librdf_free_iterator: iterator.<br>
<br>
Cheers!<br>
<br>-- <br>- Boris