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