aboutsummaryrefslogtreecommitdiff
path: root/modutils/lsmod.c
diff options
context:
space:
mode:
authorTim Riker <tim@rikers.org>2002-12-13 22:59:15 +0000
committerTim Riker <tim@rikers.org>2002-12-13 22:59:15 +0000
commit6fe1960ff5e4c7c993a8bc3add5361ee55323afe (patch)
tree5d5088465b6f19bdd560d21693a56630ed1e603e /modutils/lsmod.c
parent068b6b07ff5dc2dbb513f444cb094197f28e64c5 (diff)
downloadbusybox-w32-6fe1960ff5e4c7c993a8bc3add5361ee55323afe.tar.gz
busybox-w32-6fe1960ff5e4c7c993a8bc3add5361ee55323afe.tar.bz2
busybox-w32-6fe1960ff5e4c7c993a8bc3add5361ee55323afe.zip
cleanup
Diffstat (limited to 'modutils/lsmod.c')
-rw-r--r--modutils/lsmod.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c
index df4b3c16b..d51da2d16 100644
--- a/modutils/lsmod.c
+++ b/modutils/lsmod.c
@@ -169,6 +169,9 @@ extern int lsmod_main(int argc, char **argv)
169 printf("\n"); 169 printf("\n");
170 } 170 }
171 171
172#ifdef CONFIG_FEATURE_CLEAN_UP
173 free(module_names);
174#endif
172 175
173 return( 0); 176 return( 0);
174} 177}