ajout de va_end
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user