summaryrefslogtreecommitdiff
path: root/mount/fstab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount/fstab.c')
-rw-r--r--mount/fstab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mount/fstab.c b/mount/fstab.c
index 13dda871..82e90f3a 100644
--- a/mount/fstab.c
+++ b/mount/fstab.c
@@ -404,6 +404,7 @@ getfs_by_spec (const char *spec) {
mc = getfs_by_uuid (value);
free(name);
+ free(value);
return mc;
}