Hello,

I don't know wether or not this is relevant, but I experienced the same bug on resize / exit that you had with the newest gtkextra 2.1.1.

My fix was to change:
g_free(sheet->pixmap);

to

g_object_unref(sheet->pixmap);

according to valgrind this seems to remove the inaccessible memory that would be created by not having the free/invalid free.

Don't know if this helps you. It helped me :)

Best regards
 Lars


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to