This commit is contained in:
Richard
2026-03-26 20:35:01 +01:00
parent 9616a8236b
commit ee24aa3829
2 changed files with 3 additions and 1 deletions

View File

@@ -358,6 +358,7 @@ int run_simulations(struct Maps* maps, struct Program* program) {
}
}
}
free(ants); // wheee!!
return score;
}