lang: fix a bunch of memory leaks
This commit is contained in:
@@ -50,6 +50,7 @@ struct ast_node_type {
|
||||
void (*n_init_state)(struct ivy_parser *, struct parser_state *, uintptr_t);
|
||||
void (*n_collect_children)(
|
||||
struct ivy_ast_node *, struct ivy_ast_node_iterator *);
|
||||
void (*n_destroy)(struct ivy_ast_node *);
|
||||
|
||||
size_t n_state_size;
|
||||
size_t n_node_size;
|
||||
|
||||
Reference in New Issue
Block a user