From 29b45c0bbdcc3a8eb980d6fdc65efa09382c0ede Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 26 Jan 2020 22:28:11 +0100 Subject: Can't believe it --- src/ft_exit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ft_exit.c') diff --git a/src/ft_exit.c b/src/ft_exit.c index 165c3d9..14f1f2a 100644 --- a/src/ft_exit.c +++ b/src/ft_exit.c @@ -11,6 +11,7 @@ ft_free_lists(t_win *wlist) ft_memdel(wlist->clist->ea_tex_path); ft_memdel(wlist->clist->we_tex_path); ft_memdel(wlist->clist->sprite_path); + ft_free_words(wlist->clist->map, NULL); ft_memdel(wlist->clist); ft_memdel(wlist->winptr); ft_memdel(wlist->wlx); -- cgit v1.2.3