>> It seems that the changes in r12532 cause test
compilation failures.
>>Markus, can you provide a patch which would fix
running "make check"?
> I'll have a look.
> By the way, are you sure that the change you made in
r12543 is correct?
>
https://developer.gnome.org/gdk-pixbuf/stable/gdk-pixbuf-Image-Data-in-Memor
> y.html#gdk-pixbuf-copy
> This page tells me that g_object_unref would have
been perfectly fine.
> Anyway, the pixbuf is allocated using
"malloc", so I think "delete" is not the right solution, is
it?
Your change actually looks right, I seem to have mixed
something up here. Never mind.
I attached a little patch that makes "make
check" work again. Note that this linker flag it not ideal, the error is
caused by the removal of the static library. The problem is just the opposite
of the one I mentioned in the merging proposal discussion: The linker doesn't
omit things, it tries to link in things twice.
Regards,
Markus