diff options
Diffstat (limited to 'src/engine.c')
| -rw-r--r-- | src/engine.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine.c b/src/engine.c index 6584525..f2c18b6 100644 --- a/src/engine.c +++ b/src/engine.c @@ -78,7 +78,8 @@ handle_eachdo(char **buffer, key_match_t *match, directive_t *directive) { eachdo_operands_t *operands = directive->operands; - engine_ingest(&operands->content); + list_t *content_headers = engine_ingest(&operands->content); + list_delete(content_headers); list_t *directives = lex(operands->content); #ifdef DEBUG |
