summaryrefslogtreecommitdiffstats
path: root/examples/ph5example.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ph5example.c')
-rw-r--r--examples/ph5example.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ph5example.c b/examples/ph5example.c
index 36fbfd5..f16b055 100644
--- a/examples/ph5example.c
+++ b/examples/ph5example.c
@@ -888,6 +888,7 @@ test_split_comm_access(char filenames[][PATH_MAX])
mrc = MPI_File_delete(filenames[color], info);
assert(mrc == MPI_SUCCESS);
}
+ MPI_Comm_free(&comm);
}
/*