fix: lexer_context also freed after normal execution... -_-
This commit is contained in:
parent
d95b0fd220
commit
5de6ef2bb5
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ static int main_loop(struct lexer_context *ctx, struct args_options *options,
|
|||
ast_free(&command_ast);
|
||||
parser_close();
|
||||
hash_map_free(&vars);
|
||||
destroy_lexer_context(ctx);
|
||||
|
||||
return return_code;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue