Skip to content
Snippets Groups Projects
Verified Commit 4ad76d20 authored by raphael.bach's avatar raphael.bach
Browse files

Fix commented out line in `fmpi_mpi_exit()`

parent 339e4b68
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ int fmpi_mpi_exit(struct fmpi_mpi_ctx ** const ctx) ...@@ -93,7 +93,7 @@ int fmpi_mpi_exit(struct fmpi_mpi_ctx ** const ctx)
if(fmpi_mpi_check_error(*ctx, err_id, "MPI_Finalize") == true) { if(fmpi_mpi_check_error(*ctx, err_id, "MPI_Finalize") == true) {
err_id = -1; err_id = -1;
} }
//free(*ctx); *ctx = NULL; free(*ctx); *ctx = NULL;
return err_id; return err_id;
} }
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment