fixed here_doc but lots of leaks

This commit is contained in:
mdev9
2024-03-25 13:03:23 +01:00
parent eb5f2bd32e
commit 1f567bd6ce
3 changed files with 18 additions and 10 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/02 21:59:20 by tomoron #+# #+# */
/* Updated: 2024/03/25 12:34:39 by tomoron ### ########.fr */
/* Updated: 2024/03/25 13:01:29 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -76,7 +76,6 @@ int init_minishell(t_msh **msh, int argc, char **argv, char **envp)
(void)argc;
(void)argv;
(*msh)->env = get_env(envp);
(*msh)->aliases = 0;
signal(SIGINT, signal_handler_interactive);
signal(SIGQUIT, signal_handler_interactive);
return (0);