From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-11-25 21:07:28
|
https://bugzilla.gnome.org/show_bug.cgi?id=635809 gnome-perl | Glib | unspecified --- Comment #2 from Kevin Ryde <us...@zi...> 2010-11-25 21:07:16 UTC --- Created an attachment (id=175276) --> (https://bugzilla.gnome.org/attachment.cgi?id=175276) failing program This program in 1.220 gives a bad return like newrect values: 0 2 3 4 or in the cvs head newrect values: 166513440 2 3 4 In the head it's ok if you don't "undef $rect" since that discards the memory aliased by $newrect. Dunno if that should be merely some pod instead of some code, but returning the original SV helps avoid that problem (by effectively assigning $newrect=$rect instead of mucking about with new boxed pointers). -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |