made progress on pipe exec but there are some valgrind errors :/

This commit is contained in:
mdev9
2024-02-21 23:24:03 +01:00
parent 1914c9253a
commit 4a672c4fb6
7 changed files with 194 additions and 126 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/02/21 17:45:16 by marde-vr ### ########.fr */
/* Updated: 2024/02/21 21:23:17 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -106,6 +106,6 @@ int main(int argc, char **argv, char **envp)
free_cmd(msh->cmds);
}
rl_clear_history();
free(msh);
free_msh(msh);
return (g_return_code);
}