diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-16 19:05:52 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-16 19:05:52 +0100 |
commit | 192f2260f196914e0db07d4695dc85a859f24e26 (patch) | |
tree | 58f343a5dd6161da601bf8ccae05acc0782c2e9b /src/ft_exit.c | |
parent | in progress (diff) | |
download | 42-cub3d-192f2260f196914e0db07d4695dc85a859f24e26.tar.gz 42-cub3d-192f2260f196914e0db07d4695dc85a859f24e26.tar.bz2 42-cub3d-192f2260f196914e0db07d4695dc85a859f24e26.tar.xz 42-cub3d-192f2260f196914e0db07d4695dc85a859f24e26.tar.zst 42-cub3d-192f2260f196914e0db07d4695dc85a859f24e26.zip |
Still searching
Diffstat (limited to 'src/ft_exit.c')
-rw-r--r-- | src/ft_exit.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |