summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
diff options
context:
space:
mode:
authorKarel Zak2012-07-26 19:04:30 +0200
committerKarel Zak2012-07-26 19:04:30 +0200
commit48afe4ddd5337a0b55799d0a1e4654e71d6ed572 (patch)
treeea94063262c487c9ac91ad0ab98e19c5a75929a4 /sys-utils/mount.c
parenttests: update blkid tests with fdisk output (diff)
downloadkernel-qcow2-util-linux-48afe4ddd5337a0b55799d0a1e4654e71d6ed572.tar.gz
kernel-qcow2-util-linux-48afe4ddd5337a0b55799d0a1e4654e71d6ed572.tar.xz
kernel-qcow2-util-linux-48afe4ddd5337a0b55799d0a1e4654e71d6ed572.zip
mount: remove unnecessary free()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/mount.c')
-rw-r--r--sys-utils/mount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/mount.c b/sys-utils/mount.c
index 6b3078967..3b9f2c4b6 100644
--- a/sys-utils/mount.c
+++ b/sys-utils/mount.c
@@ -969,7 +969,6 @@ int main(int argc, char **argv)
rc = mk_exit_code(cxt, rc);
done:
- free(srcbuf);
mnt_free_context(cxt);
mnt_free_table(fstab);
return rc;