update stuff
This commit is contained in:
parent
5973022688
commit
544ed8b045
194 changed files with 2060 additions and 1464 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/03/29 11:35:51 by rparodi #+# #+# */
|
||||
/* Updated: 2024/05/18 18:11:59 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/05/19 14:51:28 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -40,10 +40,7 @@ void ft_free_utils(t_utils *s)
|
|||
if (s->path)
|
||||
ft_free_strs(s->path);
|
||||
if (s->env)
|
||||
{
|
||||
printf("Dropping HashMap\n");
|
||||
drop_hashmap_env(s->env);
|
||||
}
|
||||
hmap_free_env(s->env);
|
||||
ts_parser_delete(s->parser.parser);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue