summaryrefslogtreecommitdiffstats
path: root/tools/perform/perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perform/perf.c')
-rw-r--r--tools/perform/perf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perform/perf.c b/tools/perform/perf.c
index 1bd33b6..58db6cc 100644
--- a/tools/perform/perf.c
+++ b/tools/perform/perf.c
@@ -391,6 +391,9 @@ die_jar_jar_die:
free(tmp);
if (opt_correct) free(tmp2);
+ /* close HDF5 library */
+ H5close();
+
MPI_Finalize();
return(0);