[BusyBox-cvs] busybox/modutils lsmod.c,1.34,1.35

Tim Riker timr at busybox.net
Fri Dec 13 22:59:19 UTC 2002


Update of /var/cvs/busybox/modutils
In directory winder:/tmp/cvs-serv3165/modutils

Modified Files:
	lsmod.c 
Log Message:
cleanup

Index: lsmod.c
===================================================================
RCS file: /var/cvs/busybox/modutils/lsmod.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- lsmod.c	18 Oct 2002 22:14:07 -0000	1.34
+++ lsmod.c	13 Dec 2002 22:59:15 -0000	1.35
@@ -169,6 +169,9 @@
 		printf("\n");
 	}
 
+#ifdef CONFIG_FEATURE_CLEAN_UP
+	free(module_names);
+#endif
 
 	return( 0);
 }




More information about the busybox-cvs mailing list