From: Rob Landley Date: Tue, 28 Mar 2006 19:19:19 +0000 (-0000) Subject: Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate X-Git-Tag: 1_1_0~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=92fff34de606c56a2011140d1915d507820a2f9d;p=oweals%2Fbusybox.git Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate it. --- 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: if (ENABLE_FEATURE_CLEAN_UP) { free(storage_path); free(cmdopts); - free(fstype); } if(rc)