summaryrefslogtreecommitdiffstats
path: root/test/istore.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/istore.c')
-rw-r--r--test/istore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/istore.c b/test/istore.c
index d1c4465..2aedee2 100644
--- a/test/istore.c
+++ b/test/istore.c
@@ -673,6 +673,7 @@ main(int argc, char *argv[])
}
exit(1);
}
+ H5Pclose (template_id);
printf("All i-store tests passed.\n");
return 0;
}