ajout de va_end

This commit is contained in:
Hugo LAMY
2020-03-12 23:24:58 +01:00
parent 3964ae8e59
commit 14bd5abfb0

View File

@@ -6,7 +6,7 @@
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/03/12 22:31:29 by hulamy #+# #+# */
/* Updated: 2020/03/12 22:31:31 by hulamy ### ########.fr */
/* Updated: 2020/03/12 23:24:13 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -157,5 +157,6 @@ int ft_printf(char *string, ...)
}
}
free(s);
va_end(ap);
return (length);
}