Skip to content
Snippets Groups Projects
Commit f83c75dc authored by James Willis's avatar James Willis
Browse files

Free orig_group_size.

parent 3307d39a
No related branches found
No related tags found
1 merge request!543Fof
...@@ -1399,9 +1399,7 @@ size_t fof_search_foreign_cells(struct space *s, size_t **local_roots) { ...@@ -1399,9 +1399,7 @@ size_t fof_search_foreign_cells(struct space *s, size_t **local_roots) {
free(global_group_size); free(global_group_size);
free(global_group_mass); free(global_group_mass);
free(global_group_id); free(global_group_id);
#ifndef UNION_BY_SIZE_OVER_MPI
free(orig_global_group_size); free(orig_global_group_size);
#endif
message("Rank %d finished linking local roots to foreign roots.", message("Rank %d finished linking local roots to foreign roots.",
engine_rank); engine_rank);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment