diff options
author | salaaad2 <arthudurant263@gmail.com> | 2020-03-10 16:16:08 +0100 |
---|---|---|
committer | salaaad2 <arthudurant263@gmail.com> | 2020-03-10 16:16:08 +0100 |
commit | 0d589d0038624e3123e6166f6521d1421dd69b23 (patch) | |
tree | 26db0ad344a9c730192eea0bff01bb410ba225b7 /src/ft_exit.c | |
parent | still retard (diff) | |
parent | ok now (diff) | |
download | 42-cub3d-0d589d0038624e3123e6166f6521d1421dd69b23.tar.gz 42-cub3d-0d589d0038624e3123e6166f6521d1421dd69b23.tar.bz2 42-cub3d-0d589d0038624e3123e6166f6521d1421dd69b23.tar.xz 42-cub3d-0d589d0038624e3123e6166f6521d1421dd69b23.tar.zst 42-cub3d-0d589d0038624e3123e6166f6521d1421dd69b23.zip |
merge master
Diffstat (limited to 'src/ft_exit.c')
-rw-r--r-- | src/ft_exit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_exit.c b/src/ft_exit.c index 659d0ec..97c9e02 100644 --- a/src/ft_exit.c +++ b/src/ft_exit.c @@ -32,6 +32,7 @@ static void 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.skybox_path); ft_memdel((void**)&clist->mlist.music_path); ft_memdel((void**)&clist->mlist.music_cmd); ft_memdel((void**)&clist->mlist.mapl); |