diff options
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1665,8 +1665,6 @@ static int busy_loop(FILE * input) | |||
1665 | #ifdef BB_FEATURE_CLEAN_UP | 1665 | #ifdef BB_FEATURE_CLEAN_UP |
1666 | void free_memory(void) | 1666 | void 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) |