merging conflict

This commit is contained in:
hugogogo
2021-11-18 21:33:47 +01:00
12 changed files with 404 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ static t_token *insert_tokens(t_token *t, t_token *insert_lst)
t->id = 0;
free(t->content);
t->content = NULL;
t->content = NULL; // TODO : free_null()
if (!insert_lst)
return (t);