svn commit: trunk/busybox/util-linux

landley at busybox.net landley at busybox.net
Tue Mar 28 19:19:21 UTC 2006


Author: landley
Date: 2006-03-28 11:19:19 -0800 (Tue, 28 Mar 2006)
New Revision: 14681

Log:
Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate
it.


Modified:
   trunk/busybox/util-linux/mount.c


Changeset:
Modified: trunk/busybox/util-linux/mount.c
===================================================================
--- trunk/busybox/util-linux/mount.c	2006-03-28 18:22:17 UTC (rev 14680)
+++ trunk/busybox/util-linux/mount.c	2006-03-28 19:19:19 UTC (rev 14681)
@@ -548,7 +548,6 @@
 	if (ENABLE_FEATURE_CLEAN_UP) {
 		free(storage_path);
 		free(cmdopts);
-		free(fstype);
 	}
 
 	if(rc)




More information about the busybox-cvs mailing list