diff -u amflush.c.orig amflush.c --- amflush.c.orig 2002-12-30 02:07:25.000000000 -0800 +++ amflush.c 2002-04-14 05:57:04.000000000 -0700 @@ -194,8 +194,6 @@ } if(ok == 0) { /* remove dir */ remove_sl(datestamp_list, dir); - amfree(dir->name); - amfree(dir); } dir = next_dir; } diff -u holding.c.orig holding.c --- holding.c.orig 2002-12-30 02:06:54.000000000 -0800 +++ holding.c 2002-12-30 02:06:34.000000000 -0800 @@ -246,8 +246,6 @@ } if(ok == 0) { /* remove dir */ remove_sl(date_list, date); - amfree(date->name); - amfree(date); } date = next_date; }