diff options
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index c76f6ef61..cef4f7415 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -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); */ } } |