Package: libglib-object-introspection-perl / 0.009-1+deb7u1

Metadata

Package Version Patches format
libglib-object-introspection-perl 0.009-1+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use the correct allocator for caller allocated boxed.patch | (download)

gperl-i11n-invoke-c.c | 22 20 + 2 - 0 !
1 file changed, 20 insertions(+), 2 deletions(-)

 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.

https://bugzilla.gnome.org/show_bug.cgi?id=680380