- work around bug in gcc-3.4.x on ARM

1_1_stable
Bernhard Reutner-Fischer 2006-05-26 14:05:00 +00:00
parent d7031a3301
commit ec74f95d10
1 changed files with 1 additions and 1 deletions

View File

@ -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);