--- IglooFTP-0.6.1/src/dir_tree.c.ori 2000-12-30 18:27:19.000000000 +0100 +++ IglooFTP-0.6.1/src/dir_tree.c 2003-04-12 02:26:04.000000000 +0200 @@ -153,7 +153,7 @@ 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 + //free (ptr); // verify that this is a good thing to do PARENT_BROWSED_FLAG = TRUE; }