On Fri, 2006-11-03 at 15:42 -0500, John (J5) Palmieri wrote: > Found the bug. Calling g_slist_remove on a link caused the link to not > be removed but the data was freed. Patch attached calls > g_slist_remove_link. Your patch is clearly correct and I've committed it to master. Thanks. I'm baffled why this didn't manifest itself sooner. David