aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lash.c2
-rw-r--r--sh.c2
-rw-r--r--shell/lash.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/lash.c b/lash.c
index 9e6d09565..52c87ee7f 100644
--- a/lash.c
+++ b/lash.c
@@ -1665,8 +1665,6 @@ static int busy_loop(FILE * input)
1665#ifdef BB_FEATURE_CLEAN_UP 1665#ifdef BB_FEATURE_CLEAN_UP
1666void free_memory(void) 1666void free_memory(void)
1667{ 1667{
1668 if (prompt_str)
1669 free(prompt_str);
1670 if (cwd) 1668 if (cwd)
1671 free(cwd); 1669 free(cwd);
1672 if (local_pending_command) 1670 if (local_pending_command)
diff --git a/sh.c b/sh.c
index 9e6d09565..52c87ee7f 100644
--- a/sh.c
+++ b/sh.c
@@ -1665,8 +1665,6 @@ static int busy_loop(FILE * input)
1665#ifdef BB_FEATURE_CLEAN_UP 1665#ifdef BB_FEATURE_CLEAN_UP
1666void free_memory(void) 1666void free_memory(void)
1667{ 1667{
1668 if (prompt_str)
1669 free(prompt_str);
1670 if (cwd) 1668 if (cwd)
1671 free(cwd); 1669 free(cwd);
1672 if (local_pending_command) 1670 if (local_pending_command)
diff --git a/shell/lash.c b/shell/lash.c
index 9e6d09565..52c87ee7f 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -1665,8 +1665,6 @@ static int busy_loop(FILE * input)
1665#ifdef BB_FEATURE_CLEAN_UP 1665#ifdef BB_FEATURE_CLEAN_UP
1666void free_memory(void) 1666void free_memory(void)
1667{ 1667{
1668 if (prompt_str)
1669 free(prompt_str);
1670 if (cwd) 1668 if (cwd)
1671 free(cwd); 1669 free(cwd);
1672 if (local_pending_command) 1670 if (local_pending_command)