free_exit() renamed exit_free()

This commit is contained in:
LuckyLaszlo
2021-11-29 12:44:46 +01:00
parent 33f4878f36
commit b265e8475a
8 changed files with 16 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/10 23:53:17 by lperrey #+# #+# */
/* Updated: 2021/11/29 12:25:46 by lperrey ### ########.fr */
/* Updated: 2021/11/29 12:43:29 by lperrey ### ########.fr */
/* */
/* ************************************************************************** */
@@ -31,7 +31,7 @@ void ft_free_2d_arr_ENVIRON(void *ptr)
free(arr);
}
int free_exit(t_all *c, int exit_status)
int exit_free(t_all *c, int exit_status)
{
free(c->prompt_base);
free(c->prompt);