diff options
author | Thomas White <taw@physics.org> | 2010-01-19 17:25:44 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-19 17:25:44 +0100 |
commit | 671398f7d43bf78ad2348b565d361e754002ca2d (patch) | |
tree | cdb5a6c38bdd45e65b5d69b3ee219bccf4181da2 /src | |
parent | 48d896355daf59dcc58e16c2b13a1b8efb8f614c (diff) |
Call H5close() to clean things up
Diffstat (limited to 'src')
-rw-r--r-- | src/indexamajig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 4287d473..17151581 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -167,6 +167,7 @@ int main(int argc, char *argv[]) done: free(image.data); hdfile_close(hdfile); + H5close(); } while ( rval != NULL ); |