diff options
Diffstat (limited to '')
-rw-r--r-- | src/b_cd.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -66,8 +66,6 @@ uint8_t ft_memdel((void*)&path); return (1); } - ft_memdel((void*)&msh->cwd); - msh->cwd = getcwd(NULL, 0); ft_memdel((void*)&path); return (0); } |