time + fix leak memories

This commit is contained in:
2024-12-13 12:11:20 +01:00
parent 14e05afdce
commit d5abc56d1b
4 changed files with 33 additions and 5 deletions

2
read.c
View File

@@ -48,6 +48,6 @@ fileToTab2D (const char *name_file, unsigned short int **tab, const unsigned N,
exit (-1);
}
}
fclose(file);
return targets;
}