From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-08-14 19:24:16
|
https://bugzilla.gnome.org/show_bug.cgi?id=680380 gnome-perl | Glib | unspecified --- Comment #3 from Torsten Schoenfeld <kaf...@gm...> 2012-08-14 19:24:02 UTC --- Created an attachment (id=221184) View: https://bugzilla.gnome.org/attachment.cgi?id=221184 Review: https://bugzilla.gnome.org/review?bug=680380&attachment=221184 Use the correct allocator for caller-allocated boxed out-args Previously, we simply always used malloc(). But for a boxed type, which has an associated custom free function, this might not be the correct allocator. For example, GtkTreeIter uses GSlice. Make an extra copy of the malloc()-ed block to ensure consistency. -- 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. |