This commit is contained in:
2024-04-24 19:17:24 +02:00
parent 2cbb079036
commit 5810e1c970
8 changed files with 35 additions and 7 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 15:22:11 by tomoron ### ########.fr */
/* Updated: 2024/04/24 19:14:28 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -14,6 +14,7 @@
void ft_exit(t_msh *msh, int exit_code)
{
set_echoctl(msh->echoctl);
free_msh(msh);
exit(exit_code);
}