diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-03-01 20:45:50 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-03-01 20:45:50 +0100 |
commit | 2cfddcc1f58e3653142e25a4d9a80177044a8c53 (patch) | |
tree | 78192165565be253b039060b476797a20c35ef96 /src/ft_init_winlx.c | |
parent | Better h (diff) | |
download | 42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.tar.gz 42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.tar.bz2 42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.tar.xz 42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.tar.zst 42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.zip |
in progress
Diffstat (limited to '')
-rw-r--r-- | src/ft_init_winlx.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |