diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-28 18:30:36 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-28 18:30:36 +0100 |
commit | c9b5e6dfdfc7d97183786279bbe68675a83d83f4 (patch) | |
tree | b121c25d2fa56dc45331d952948bf9cea7a64e8b /src/ft_exit.c | |
parent | In progress (diff) | |
download | 42-cub3d-c9b5e6dfdfc7d97183786279bbe68675a83d83f4.tar.gz 42-cub3d-c9b5e6dfdfc7d97183786279bbe68675a83d83f4.tar.bz2 42-cub3d-c9b5e6dfdfc7d97183786279bbe68675a83d83f4.tar.xz 42-cub3d-c9b5e6dfdfc7d97183786279bbe68675a83d83f4.tar.zst 42-cub3d-c9b5e6dfdfc7d97183786279bbe68675a83d83f4.zip |
In progress
Diffstat (limited to '')
-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 97671d6..83e4b2e 100644 --- a/src/ft_exit.c +++ b/src/ft_exit.c @@ -25,6 +25,7 @@ static void ft_memdel((void**)&clist->mlist->ea_tex_path); 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->nlevel_path); ft_memdel((void**)&clist->mlist->mapl); ft_free_words(clist->mlist->map); |