From 298854f02963bd8e43dfeb7224d88cfeb0c932cb Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Thu, 23 Mar 2000 01:09:18 +0000 Subject: My latest ramblings. -Erik --- util-linux/mount.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util-linux/mount.c') diff --git a/util-linux/mount.c b/util-linux/mount.c index 0389137..30a060f 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -348,8 +348,12 @@ extern int mount_main(int argc, char **argv) mntentlist[i].mnt_opts, mntentlist[i].mnt_freq, mntentlist[i].mnt_passno); } + /* Don't bother to close files or free memory. Exit + * does that automagically, so we can save a few bytes */ +#if 0 free( mntentlist); close(fd); +#endif exit(TRUE); } #else -- cgit v1.1