diff options
Diffstat (limited to 'src/ft_warp_level.c')
-rw-r--r-- | src/ft_warp_level.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ft_warp_level.c b/src/ft_warp_level.c index 09fbc7c..de2103d 100644 --- a/src/ft_warp_level.c +++ b/src/ft_warp_level.c @@ -30,6 +30,8 @@ static void ft_memdel((void**)&ml->we_tex_path); ft_memdel((void**)&ml->sprite_path); ft_memdel((void**)&ml->nl_tex_path); + ft_memdel((void**)&ml->fl_tex_path); + ft_memdel((void**)&ml->ce_tex_path); ft_memdel((void**)&ml->nlevel_path); ft_memdel((void**)&ml->music_path); ft_memdel((void**)&ml->music_cmd); |