Fixed leaks in hashmap
This commit is contained in:
parent
544ed8b045
commit
f75685a6c7
12 changed files with 99 additions and 75 deletions
|
|
@ -40,7 +40,7 @@ void ft_free_utils(t_utils *s)
|
|||
if (s->path)
|
||||
ft_free_strs(s->path);
|
||||
if (s->env)
|
||||
hmap_free_env(s->env);
|
||||
hmap_env_free(s->env);
|
||||
ts_parser_delete(s->parser.parser);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue