compiles now

This commit is contained in:
2024-04-23 17:08:08 +02:00
parent 2d8624d221
commit e5b705ff64
4 changed files with 11 additions and 11 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/28 13:50:14 by tomoron #+# #+# */
/* Updated: 2024/04/23 17:01:43 by tomoron ### ########.fr */
/* Updated: 2024/04/23 17:07:41 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -188,10 +188,10 @@ void end_execution(t_msh *msh, int cmd_count)
print_signaled(status);
if(msh->here_doc_filename)
{
unlink(msh->here_doc_filename)
unlink(msh->here_doc_filename);
free(msh->here_doc_filename);
msh->here_doc_filename = 0;
{
}
free(msh->pids);
free_fds(msh);
msh->pids = 0;