From 192f2260f196914e0db07d4695dc85a859f24e26 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 16 Mar 2020 19:05:52 +0100 Subject: Still searching --- src/ft_exit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ft_exit.c') diff --git a/src/ft_exit.c b/src/ft_exit.c index 4551e2f..6b1fb5e 100644 --- a/src/ft_exit.c +++ b/src/ft_exit.c @@ -120,7 +120,6 @@ int if (FT_OS == 1) mlx_destroy_image(clist->wlist.wlx, clist->img.img); mlx_destroy_window(clist->wlist.wlx, clist->wlist.winptr); - clist->wlist.winptr = NULL; } ft_kill_forks(clist); ft_free_lists(clist); -- cgit v1.2.3