guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A Pango attribute deallocated twice


From: Tommi Höynälänmaa
Subject: Re: A Pango attribute deallocated twice
Date: Thu, 7 Jun 2018 18:10:27 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0


The reason of the bug is that the attribute argument to pango_attr_list_insert has been declared caller owned. I changed g-wrap so that WCT arguments can be callee owned and I modified guile-gnome2 so that the second argument of pango_attr_list_insert is declared callee-owned. Now it works.

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

     - Tommi Höynälänmaa




reply via email to

[Prev in Thread] Current Thread [Next in Thread]