summaryrefslogtreecommitdiffstats
path: root/src/s_destroy.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-18 19:27:57 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-18 19:27:57 +0200
commitc4617f7a2499bd81c49963291688977e3153d00f (patch)
tree75eb5c32f3d0b136f2f823217e0ee177b2fc2c94 /src/s_destroy.c
parentHUGE pain in the ass finally over (diff)
download42-minishell-c4617f7a2499bd81c49963291688977e3153d00f.tar.gz
42-minishell-c4617f7a2499bd81c49963291688977e3153d00f.tar.bz2
42-minishell-c4617f7a2499bd81c49963291688977e3153d00f.tar.xz
42-minishell-c4617f7a2499bd81c49963291688977e3153d00f.tar.zst
42-minishell-c4617f7a2499bd81c49963291688977e3153d00f.zip
prompt rice
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);