[gtkada] Severe bug with Gtk_Tree_Iter

Emmanuel Briot briot at adacore.com
Mon Oct 20 10:29:43 CEST 2014


>> Or laternatively we could add default init value on the declaration of
>> Gtk_Tree_Iter itself which would take care of user declarations as well:
>> 
>> type Gtk_Tree_Iter is record
>>   Stamp : Gint := 0;
>>   User_Data : System.Address := System.Null_Address;
>>   User_Data2 : System.Address := System.Null_Address;
>>   User_Data3 : System.Address := System.Null_Address;
>> end record;

Here is the patch for that one.
It fixes a potentially similar issue (I guess) in Gtk_Text_Iter.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch
Type: application/octet-stream
Size: 4856 bytes
Desc: not available
URL: </pipermail/gtkada/attachments/20141020/899fb65e/attachment.obj>


More information about the gtkada mailing list