This commit is contained in:
Tim Riker 2002-12-13 22:59:15 +00:00
parent 068b6b07ff
commit 6fe1960ff5

View File

@ -169,6 +169,9 @@ extern int lsmod_main(int argc, char **argv)
printf("\n");
}
#ifdef CONFIG_FEATURE_CLEAN_UP
free(module_names);
#endif
return( 0);
}