diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-28 15:30:41 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-28 15:30:41 +0100 |
commit | b9d15035f290303c2163c595098b4a70a0324ac0 (patch) | |
tree | 18c94cb1708b1112714ec729b9b0379e8556612e /src/ft_exit.c | |
parent | FIX (diff) | |
download | 42-cub3d-b9d15035f290303c2163c595098b4a70a0324ac0.tar.gz 42-cub3d-b9d15035f290303c2163c595098b4a70a0324ac0.tar.bz2 42-cub3d-b9d15035f290303c2163c595098b4a70a0324ac0.tar.xz 42-cub3d-b9d15035f290303c2163c595098b4a70a0324ac0.tar.zst 42-cub3d-b9d15035f290303c2163c595098b4a70a0324ac0.zip |
In progress
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 b9e061f..97671d6 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->nlevel_path); ft_memdel((void**)&clist->mlist->mapl); ft_free_words(clist->mlist->map); ft_memdel((void**)&clist->mlist); |