From 92fff34de606c56a2011140d1915d507820a2f9d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 28 Mar 2006 19:19:19 +0000 Subject: Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate it. --- util-linux/mount.c | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3