aboutsummaryrefslogtreecommitdiff
path: root/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'hush.c')
-rw-r--r--hush.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hush.c b/hush.c
index bb1397179..5c129ce17 100644
--- a/hush.c
+++ b/hush.c
@@ -2494,6 +2494,7 @@ int parse_stream_outer(struct in_str *inp)
done_word(&temp, &ctx);
done_pipe(&ctx,PIPE_SEQ);
run_list(ctx.list_head);
+ b_free(&temp);
} while (rcode != -1); /* loop on syntax errors, return on EOF */
return 0;
}