aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_exit.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-06 20:43:42 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-06 20:43:42 +0100
commit6a89966eed6110d0e7a7ec53727c4473d18ad441 (patch)
treece56076af530fdbc94bd41702dda27a815561f2d /src/ft_exit.c
parentit's going well (diff)
download42-cub3d-6a89966eed6110d0e7a7ec53727c4473d18ad441.tar.gz
42-cub3d-6a89966eed6110d0e7a7ec53727c4473d18ad441.tar.bz2
42-cub3d-6a89966eed6110d0e7a7ec53727c4473d18ad441.tar.xz
42-cub3d-6a89966eed6110d0e7a7ec53727c4473d18ad441.tar.zst
42-cub3d-6a89966eed6110d0e7a7ec53727c4473d18ad441.zip
Fuck execve
Diffstat (limited to '')
-rw-r--r--src/ft_exit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_exit.c b/src/ft_exit.c
index 973abca..be4d46e 100644
--- a/src/ft_exit.c
+++ b/src/ft_exit.c
@@ -34,6 +34,7 @@ static void
ft_memdel((void**)&clist->mlist.music_cmd);
ft_memdel((void**)&clist->mlist.mapl);
ft_free_words(clist->mlist.map);
+ ft_free_words(clist->mlist.mcmd_words);
if (!clist->wlist.inited)
ft_memdel((void**)&clist->wlist.winptr);
}