Fix bug in parser causing additional frees.

This commit is contained in:
Danila Fedorin 2018-05-14 17:46:11 -07:00
parent cf3136a237
commit c3f413d087
1 changed files with 1 additions and 1 deletions

View File

@ -1186,4 +1186,4 @@ libab_result libab_parser_parse_type(libab_parser* parser, ll* tokens,
return _parse_type(&state, store_into);
}
void libab_parser_free(libab_parser* parser) { libab_ref_free(&parser->ab->table); }
void libab_parser_free(libab_parser* parser) {}