fuite de memoire et print retirer

This commit is contained in:
2024-12-30 11:30:26 +01:00
parent 0e0b1a2528
commit 18399f735c
3 changed files with 2 additions and 13 deletions

View File

@@ -80,7 +80,6 @@ int countCustomMaps(char *name_directory)
{
nbr++;
sprintf(name_map, "%s/custom_%d.txt",name_directory ,nbr);
printf("%p, %d, %s\n", file, nbr, name_map);
file = fopen(name_map, "r");
}