On 17 Apr 2004, Bill Pringlemeir wrote:
> /*
> * Free chunk list got by calling fi_get_chunks.
> */
> void fi_free_chunks(GSList *chunks)
> {
> GSList *sl;
>
> for (sl = chunks; NULL != sl; sl = g_slist_next(sl)) {
> G_FREE_NULL(sl->data);
> }
This is the problem, G_FREE_NULL should not have been used there to
free the chunks. A fix is already in CVS for that, but I'm not sure if
anonymous CVS has already synced up.
Kind regards,
Hans
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Gtk-gnutella-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel