Rename free procedures
This commit is contained in:
@@ -29,7 +29,7 @@ static bool desugar_class(regex_term_t *term)
|
||||
alternatives[i].contents = terms;
|
||||
}
|
||||
|
||||
regex_free_class_children(&term->class);
|
||||
regex_class_free(&term->class);
|
||||
term->type = REGEX_TERM_SUBEXPR;
|
||||
term->subexpr.count = term->subexpr.capacity = count;
|
||||
term->subexpr.contents = alternatives;
|
||||
|
||||
Reference in New Issue
Block a user