echoctl et

This commit is contained in:
2024-04-24 15:40:45 +02:00
parent 2f3132a2c3
commit 2cbb079036
9 changed files with 9 additions and 36 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/05 18:19:26 by marde-vr #+# #+# */
/* Updated: 2024/04/24 10:51:28 by marde-vr ### ########.fr */
/* Updated: 2024/04/24 15:22:11 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -14,7 +14,6 @@
void ft_exit(t_msh *msh, int exit_code)
{
set_echoctl(msh->echoctl);
free_msh(msh);
exit(exit_code);
}