This commit is contained in:
Eric Andersen 2001-01-23 00:27:51 +00:00
parent 9136e3c84e
commit 2b8d07c590
3 changed files with 0 additions and 6 deletions

2
lash.c
View File

@ -1665,8 +1665,6 @@ static int busy_loop(FILE * input)
#ifdef BB_FEATURE_CLEAN_UP
void free_memory(void)
{
if (prompt_str)
free(prompt_str);
if (cwd)
free(cwd);
if (local_pending_command)

2
sh.c
View File

@ -1665,8 +1665,6 @@ static int busy_loop(FILE * input)
#ifdef BB_FEATURE_CLEAN_UP
void free_memory(void)
{
if (prompt_str)
free(prompt_str);
if (cwd)
free(cwd);
if (local_pending_command)

View File

@ -1665,8 +1665,6 @@ static int busy_loop(FILE * input)
#ifdef BB_FEATURE_CLEAN_UP
void free_memory(void)
{
if (prompt_str)
free(prompt_str);
if (cwd)
free(cwd);
if (local_pending_command)