Roll back incorrect bugfix.

This commit is contained in:
Danila Fedorin 2018-06-21 19:22:29 -07:00
parent 48300cd86e
commit 4540559097
1 changed files with 0 additions and 1 deletions

View File

@ -1071,7 +1071,6 @@ libab_result _parse_expression(struct parser_state* state,
result = LIBAB_UNEXPECTED;
}
ll_foreach(&op_stack, NULL, compare_always, _parser_foreach_free_tree);
ll_foreach(&out_stack, NULL, compare_always, _parser_foreach_free_tree);
ll_free(&op_stack);
ll_free(&out_stack);