summaryrefslogtreecommitdiffstats
path: root/src/s_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_destroy.c')
-rw-r--r--src/s_destroy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s_destroy.c b/src/s_destroy.c
index a6f84e3..97a47d8 100644
--- a/src/s_destroy.c
+++ b/src/s_destroy.c
@@ -18,7 +18,6 @@
void
s_destroy(t_msh *msh)
{
- ft_memdel((void*)&msh->ps_one);
ft_memdel((void*)&msh->shname);
ft_memdel((void*)&msh->cwd);
ft_delwords(msh->bu_ref);