stop quand here_doc fail

This commit is contained in:
2024-04-26 10:36:57 +02:00
parent 6de6904a67
commit 390937d195
6 changed files with 9 additions and 7 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/24 10:58:36 by marde-vr #+# #+# */
/* Updated: 2024/04/25 18:55:17 by marde-vr ### ########.fr */
/* Updated: 2024/04/26 10:26:03 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -75,7 +75,7 @@ void print_env_declare(t_msh *msh, t_env *env_orig)
}
env = env->next;
}
free_env_cpy(env);
free_env_cpy(start);
}
void delete_from_env(t_msh *msh, char *name)