regarder les autres leaks si jamais et faire des test pousee

This commit is contained in:
H3XploR
2025-02-25 19:38:44 +01:00
parent 5a7424600d
commit b06260ec8a
7 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
/* By: yantoine <yantoine@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/14 01:41:17 by yantoine #+# #+# */
/* Updated: 2025/02/25 19:05:30 by yantoine ### ########.fr */
/* Updated: 2025/02/25 19:36:04 by yantoine ### ########.fr */
/* */
/* ************************************************************************** */
@@ -86,7 +86,7 @@ t_scene load_config(const char *filename)
if (!line)
break ;
scene = parsing_line(line, scene);
free(line);
}
ft_free_array(scene.all_file);
return (scene);
}