removed leaks

This commit is contained in:
Theo Champion 2025-06-25 18:08:19 +02:00
parent c1484d2d3c
commit 2c009b5469
10 changed files with 67 additions and 31 deletions

View file

@ -6,7 +6,7 @@
/* By: tchampio <tchampio@student.42lehavre.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/06/21 19:34:43 by tchampio #+# #+# */
/* Updated: 2025/06/21 19:47:07 by tchampio ### ########.fr */
/* Updated: 2025/06/25 17:57:24 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
@ -43,5 +43,6 @@ int copy_old_map(t_mapdata *map, char **newmap,
void add_map_line(const char *line, t_mapdata *map);
void print_map(char **map);
bool check_cubfile(char *file, t_mapdata *map);
void free_map(t_mapdata *map);
#endif