Re: A Pango attribute deallocated twice

Tommi Höynälänmaa <[email protected]> Thu, 7 Jun 2018 18:10:27 +0300
Newsgroups gmane.lisp.guile.devel,gmane.lisp.guile.gtk
Message-ID <[email protected]>
The reason of the bug is that the attribute argument to=20
pango_attr_list_insert has been declared caller owned. I changed g-wrap=20
so that WCT arguments can be callee owned and I modified guile-gnome2 so=20
that the second argument of pango_attr_list_insert is declared=20
callee-owned. Now it works.

Is there some reason why WCT arguments should not be callee owned? If=20
not, these changes should probably be integrated in the sources.

 =C2=A0=C2=A0=C2=A0=C2=A0 - Tommi H=C3=B6yn=C3=A4l=C3=A4nmaa