diff options
Diffstat (limited to 'hush.c')
-rw-r--r-- | hush.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2494,6 +2494,7 @@ int parse_stream_outer(struct in_str *inp) | |||
2494 | done_word(&temp, &ctx); | 2494 | done_word(&temp, &ctx); |
2495 | done_pipe(&ctx,PIPE_SEQ); | 2495 | done_pipe(&ctx,PIPE_SEQ); |
2496 | run_list(ctx.list_head); | 2496 | run_list(ctx.list_head); |
2497 | b_free(&temp); | ||
2497 | } while (rcode != -1); /* loop on syntax errors, return on EOF */ | 2498 | } while (rcode != -1); /* loop on syntax errors, return on EOF */ |
2498 | return 0; | 2499 | return 0; |
2499 | } | 2500 | } |