commit
eb2ff77e5c
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ void str_array_free(str_array *l) {
|
|||
zfree(l->tokens[i]);
|
||||
}
|
||||
}
|
||||
zfree(l->tokens);
|
||||
zfree(l);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue