aboutsummaryrefslogtreecommitdiff
path: root/lash.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-23 00:27:51 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-23 00:27:51 +0000
commit2b8d07c590249991fae975652aae86f5fca91f81 (patch)
tree1ada80cec9b5a1427c2a2a7f47b6626fb1ef2ed4 /lash.c
parent9136e3c84e6b49a6d578043de874317f595cafe0 (diff)
downloadbusybox-2b8d07c590249991fae975652aae86f5fca91f81.tar.gz
Bug fix.
Diffstat (limited to 'lash.c')
-rw-r--r--lash.c2
1 files changed, 0 insertions, 2 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)
#ifdef BB_FEATURE_CLEAN_UP
void free_memory(void)
{
- if (prompt_str)
- free(prompt_str);
if (cwd)
free(cwd);
if (local_pending_command)