diff options
Diffstat (limited to 'mount.c')
-rw-r--r-- | mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -347,9 +347,9 @@ extern int mount_main(int argc, char **argv) | |||
347 | mntentlist[i].mnt_opts, mntentlist[i].mnt_freq, | 347 | mntentlist[i].mnt_opts, mntentlist[i].mnt_freq, |
348 | mntentlist[i].mnt_passno); | 348 | mntentlist[i].mnt_passno); |
349 | } | 349 | } |
350 | #ifdef BB_FEATURE_CLEAN_UP | ||
350 | /* Don't bother to close files or free memory. Exit | 351 | /* Don't bother to close files or free memory. Exit |
351 | * does that automagically, so we can save a few bytes */ | 352 | * does that automagically, so we can save a few bytes */ |
352 | #if 0 | ||
353 | free( mntentlist); | 353 | free( mntentlist); |
354 | close(fd); | 354 | close(fd); |
355 | #endif | 355 | #endif |