From 1e2d216c9ef680b236871669a114a36184bf1474 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 24 Oct 2001 07:38:26 +0000 Subject: (main): Free hash table storage. --- src/cp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cp.c') diff --git a/src/cp.c b/src/cp.c index 4d0d73fd9..0be19fba6 100644 --- 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); } -- cgit v1.2.3-54-g00ecf