assert(entry);
This commit is contained in:
parent
4f93a530e1
commit
4bb3ba9d04
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ match_entry * match_entry_createl(const char * path, int path_len) {
|
|||
}
|
||||
|
||||
void match_entry_free(match_entry * entry) {
|
||||
assert(entry);
|
||||
if (entry->vars) {
|
||||
str_array_free(entry->vars);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue