diff options
-rw-r--r-- | util-linux/mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index f0b4d3831..1b6ff965b 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -548,7 +548,6 @@ clean_up: | |||
548 | if (ENABLE_FEATURE_CLEAN_UP) { | 548 | if (ENABLE_FEATURE_CLEAN_UP) { |
549 | free(storage_path); | 549 | free(storage_path); |
550 | free(cmdopts); | 550 | free(cmdopts); |
551 | free(fstype); | ||
552 | } | 551 | } |
553 | 552 | ||
554 | if(rc) | 553 | if(rc) |