(main): Free hash table storage.
authorJim Meyering <jim@meyering.net>
Wed, 24 Oct 2001 07:38:26 +0000 (07:38 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Oct 2001 07:38:26 +0000 (07:38 +0000)
src/cp.c

index 4d0d73f..0be19fb 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -1030,5 +1030,7 @@ main (int argc, char **argv)
 
   exit_status |= do_copy (argc - optind, argv + optind, target_directory, &x);
 
+  forget_all ();
+
   exit (exit_status);
 }