From f2924d712bfb49037763f232e0132d78334f4219 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 4 Aug 2020 17:54:15 +0200 Subject: FeelsGoodMan --- src/s_destroy.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/s_destroy.c') diff --git a/src/s_destroy.c b/src/s_destroy.c index f9d56eb..c96db09 100644 --- a/src/s_destroy.c +++ b/src/s_destroy.c @@ -19,7 +19,6 @@ void s_destroy(t_msh *msh) { ft_memdel((void*)&msh->ps_one); - ft_memdel((void*)&msh->cwd); ft_memdel((void*)&msh->shname); ft_delwords(msh->bu_ref); ft_delwords(msh->envp); -- cgit v1.2.3