GNOME Bugzilla – Bug 637602
Failing gtk_text_view_get_iter_location
Last modified: 2010-12-19 21:02:25 UTC
I have the following failure when using textview.get_iter_location: ** (gedit:12582): WARNING **: Out argument 1 in get_iter_location returns a struct with a transfer mode of "full". Transfer mode should be set to "none" for struct type returns as there is no way to free them safely. Ignoring transfer mode to prevent a potential invalid free. This may cause a leak in your application Note that this could be related maybe to bug #637601.
It looks like it is related. That method should return a 4 element tuple if the foreign types are working correctly. *** This bug has been marked as a duplicate of bug 637601 ***