IglooFTP

Shaun Friedle shaun at insipidity.co.uk
Mon Apr 12 18:15:42 PDT 2004


Hi,
After compiling the IglooFTP 0.6.1 port on FreeBSD 5.2 Release, and
attempting to run it I got the error:

IglooFTP in free(): error: chunk is already free

This is fixed by removing one line in dir_tree.c, this is a patch which
fixes it:


*** dir_tree.c		Thu Apr 15 17:05:14 1999
--- dir_tree.c.fixed 	Tue Apr 13 01:49:23 2004
***************
*** 153,159 ****
  			      new_ptr[0] = 'B';
  			      gtk_ctree_node_set_row_data_full (ctree, parent, strdup
(new_ptr), (GtkDestroyNotify) free);
  			      free (new_ptr);
- 			      free (ptr);	// verify that this is a good thing to do       
  
  			      PARENT_BROWSED_FLAG = TRUE;
  			    }
--- 153,158 ----


-- 
Shaun Friedle
shaun at insipidity.co.uk





More information about the freebsd-ports mailing list