Re: Some GdkGraphics2D problems disappear with G_SLICE=always-malloc

2006-04-03 Thread Roman Kennke
Hi Stuart, Am Sonntag, den 02.04.2006, 18:08 -0400 schrieb Stuart Ballard: Just to summarize / save anyone else from digging through all those links, it seems the issue is that objects allocated with one API were being freed by another (I didn't see what the allocation API was, but the frees

Re: Some GdkGraphics2D problems disappear with G_SLICE=always-malloc

2006-04-02 Thread Dalibor Topic
On Sun, 2006-04-02 at 18:08 -0400, Stuart Ballard wrote: If classpath is hitting this in the same way everyone else is, it's not a glib bug, it's definitely a Classpath bug. Yup. I believe I was misquoted ;) Afaict, g_malloc/g_free is for 'raw' memory, g_object_new/ref/unref for gobjects. We