diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-28 19:19:19 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-28 19:19:19 +0000 |
commit | 4cd471e3ba6b5d10114febfe270edd603e146189 (patch) | |
tree | a1a6f080b44218255bcf7b89cf852a40e4a8e751 /util-linux | |
parent | 273b6cddeef6524f0a101fb255145e0ee3baafba (diff) | |
download | busybox-w32-4cd471e3ba6b5d10114febfe270edd603e146189.tar.gz busybox-w32-4cd471e3ba6b5d10114febfe270edd603e146189.tar.bz2 busybox-w32-4cd471e3ba6b5d10114febfe270edd603e146189.zip |
Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate
it.
git-svn-id: svn://busybox.net/trunk/busybox@14681 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-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) |