mirror of https://github.com/mirror/busybox.git
- work around bug in gcc-3.4.x on ARM
parent
d7031a3301
commit
ec74f95d10
|
@ -351,7 +351,7 @@ static int singlemount(struct mntent *mp)
|
|||
|
||||
// If mount failed, clean up loop file (if any).
|
||||
|
||||
if (rc && loopFile) {
|
||||
if (ENABLE_FEATURE_MOUNT_LOOP && rc && loopFile) {
|
||||
del_loop(mp->mnt_fsname);
|
||||
if (ENABLE_FEATURE_CLEAN_UP) {
|
||||
free(loopFile);
|
||||
|
|
Loading…
Reference in New Issue