tag 444098 +patch
thanks

On Mon, Oct 01, 2007 at 12:49:32AM +0530, Siddhesh Poyarekar wrote:
> Another clue to this issue is that the crash happens only when some
> specific gnome themes are loaded. I've attached the gtkrc of one such
> theme. Maybe that could provide some clues.

Your backtrace revealed all.. It's a common API usage mistake that turns into a
bug since gtk 2.12..

The attached patch should fix it.

  Sjoerd
-- 
The Wright Bothers weren't the first to fly.  They were just the first
not to crash.
554,555c554,555
<     g_free(tmp_indicator_size);
<     g_free(tmp_indicator_spacing);
---
>     gtk_requisition_free(tmp_indicator_size);
>     gtk_border_free(tmp_indicator_spacing);

Reply via email to