diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-01-03 01:03:08 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-01-03 01:03:08 (GMT) |
commit | d4f3d93b8d9188548407453e10df12dc9ba0480f (patch) | |
tree | 97b26194d723abe4db0b866d082526e280e8b4e4 /tools | |
parent | 42bf0e2136a60a9dc18a2a2a5fb029fa5a0d6562 (diff) | |
download | hdf5-d4f3d93b8d9188548407453e10df12dc9ba0480f.zip hdf5-d4f3d93b8d9188548407453e10df12dc9ba0480f.tar.gz hdf5-d4f3d93b8d9188548407453e10df12dc9ba0480f.tar.bz2 |
[svn-r28769] Description:
More memory cleanups and leak elimination.
Tested on:
MacOSX/64 10.11.2 (amazon) w/serial & parallel
(h5committest forthcoming)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5repack/h5repacktst.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5repack/h5repacktst.c b/tools/h5repack/h5repacktst.c index 3959300..972014d 100644 --- a/tools/h5repack/h5repacktst.c +++ b/tools/h5repack/h5repacktst.c @@ -1554,6 +1554,8 @@ int main (void) puts("All h5repack tests passed."); + h5tools_close(); + return 0; error: |