aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_exit.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-09 02:11:22 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-09 02:11:31 +0100
commit40108b83398240f50c6045bfb2bf114bded43c72 (patch)
tree61e0e483e31e17724b2dd7e1a70088659e5be1bd /src/ft_exit.c
parentBoy (diff)
download42-cub3d-40108b83398240f50c6045bfb2bf114bded43c72.tar.gz
42-cub3d-40108b83398240f50c6045bfb2bf114bded43c72.tar.bz2
42-cub3d-40108b83398240f50c6045bfb2bf114bded43c72.tar.xz
42-cub3d-40108b83398240f50c6045bfb2bf114bded43c72.tar.zst
42-cub3d-40108b83398240f50c6045bfb2bf114bded43c72.zip
Reparse, may not compile
Diffstat (limited to 'src/ft_exit.c')
-rw-r--r--src/ft_exit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ft_exit.c b/src/ft_exit.c
index be4d46e..659d0ec 100644
--- a/src/ft_exit.c
+++ b/src/ft_exit.c
@@ -29,6 +29,8 @@ static void
ft_memdel((void**)&clist->mlist.we_tex_path);
ft_memdel((void**)&clist->mlist.sprite_path);
ft_memdel((void**)&clist->mlist.nl_tex_path);
+ ft_memdel((void**)&clist->mlist.fl_tex_path);
+ ft_memdel((void**)&clist->mlist.ce_tex_path);
ft_memdel((void**)&clist->mlist.nlevel_path);
ft_memdel((void**)&clist->mlist.music_path);
ft_memdel((void**)&clist->mlist.music_cmd);