Use BB_FEATURE_CLEAN_UP where appropriate

-Erik
This commit is contained in:
Eric Andersen
2000-07-25 18:01:20 +00:00
parent b9ea02c04b
commit b040d4f3da
12 changed files with 48 additions and 14 deletions

View File

@@ -347,9 +347,9 @@ extern int mount_main(int argc, char **argv)
mntentlist[i].mnt_opts, mntentlist[i].mnt_freq,
mntentlist[i].mnt_passno);
}
#ifdef BB_FEATURE_CLEAN_UP
/* 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