summaryrefslogtreecommitdiff
path: root/util-linux/mount.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-03-28 19:19:19 +0000
committerRob Landley <rob@landley.net>2006-03-28 19:19:19 +0000
commit92fff34de606c56a2011140d1915d507820a2f9d (patch)
treea1a6f080b44218255bcf7b89cf852a40e4a8e751 /util-linux/mount.c
parentf0305b7f75714936f87a30cd9c113709a7328446 (diff)
downloadbusybox-w32-92fff34de606c56a2011140d1915d507820a2f9d.tar.gz
busybox-w32-92fff34de606c56a2011140d1915d507820a2f9d.tar.bz2
busybox-w32-92fff34de606c56a2011140d1915d507820a2f9d.zip
Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate
it.
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r--util-linux/mount.c1
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)