Re: [pygtk] crash in the gsoc2009 branch of pygobject

2009-10-15 Thread Tomeu Vizoso
On Thu, Oct 15, 2009 at 17:43, Simon van der Linden wrote: > On Thu, 2009-10-15 at 17:27 +0100, Tomeu Vizoso wrote: >> have found a double free and I'm not sure what is the proper fix. > > Thanks for finding it, Tomeu! > >> To reproduce, instantiate a boxed: python -c "from gi.repository >> import

Re: [pygtk] crash in the gsoc2009 branch of pygobject

2009-10-15 Thread Simon van der Linden
On Thu, 2009-10-15 at 17:27 +0100, Tomeu Vizoso wrote: > have found a double free and I'm not sure what is the proper fix. Thanks for finding it, Tomeu! > To reproduce, instantiate a boxed: python -c "from gi.repository > import Pango; Pango.FontDescription()" I could reproduce it. It has alread

[pygtk] crash in the gsoc2009 branch of pygobject

2009-10-15 Thread Tomeu Vizoso
Hi, have found a double free and I'm not sure what is the proper fix. To reproduce, instantiate a boxed: python -c "from gi.repository import Pango; Pango.FontDescription()" This "fixes" it, but may not be the right thing to do: diff --git a/gi/pygi-info.c b/gi/pygi-info.c index 6f16bb6..d5f810