diff options
Diffstat (limited to 'test/istore.c')
-rw-r--r-- | test/istore.c | 1 |
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; } |