randomconfig fixes 5: false positive for tar; mount emits corrupted message

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2016-06-20 11:04:04 +02:00
parent 5c3e060604
commit ecf25cb5bc
2 changed files with 2 additions and 2 deletions

View File

@ -2058,7 +2058,7 @@ static int singlemount(struct mntent *mp, int ignore_busy)
del_loop(mp->mnt_fsname);
if (ENABLE_FEATURE_CLEAN_UP) {
free(loopFile);
free(mp->mnt_fsname);
/* No, "rc != 0" needs it: free(mp->mnt_fsname); */
}
}