- work around bug in gcc-3.4.x on ARM
This commit is contained in:
parent
8379053b11
commit
08421e1d0c
@ -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
Block a user