From 2cfddcc1f58e3653142e25a4d9a80177044a8c53 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 1 Mar 2020 20:45:50 +0100 Subject: in progress --- src/ft_init_winlx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ft_init_winlx.c') diff --git a/src/ft_init_winlx.c b/src/ft_init_winlx.c index db1d88d..87398e4 100644 --- a/src/ft_init_winlx.c +++ b/src/ft_init_winlx.c @@ -18,7 +18,6 @@ int ft_init_winlx(t_cub *clist) { - ft_memdel((void**)&clist->wlist->wlx); if (!(clist->wlist->wlx = mlx_init())) return (-1); return (0); -- cgit v1.2.3