Skip to content
Snippets Groups Projects
Commit 94992ae6 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Free the temporary memory allocated by the function creating space for the extra particles.

parent 23daf6d9
Branches
Tags
1 merge request!775Allow star formation when running over MPI
......@@ -989,6 +989,9 @@ void space_allocate_extras(struct space *s, int verbose) {
part_verify_links(s->parts, s->gparts, s->sparts, nr_parts, nr_gparts,
nr_sparts, verbose);
#endif
/* Free the list of local cells */
free(local_cells);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment