diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-10-24 19:55:16 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-10-24 19:55:16 (GMT) |
commit | ee54368066dd1a39b683689dd22e0e1f6eb11697 (patch) | |
tree | 49530b18ff0ccfba38e34de8fdfab87356b8181a /tools/test | |
parent | f8b5d40c7652f6ecdb2b491204e8288e8e01ab4b (diff) | |
download | hdf5-ee54368066dd1a39b683689dd22e0e1f6eb11697.zip hdf5-ee54368066dd1a39b683689dd22e0e1f6eb11697.tar.gz hdf5-ee54368066dd1a39b683689dd22e0e1f6eb11697.tar.bz2 |
TRILAB-82 fixed errors found in review
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/h5format_convert/h5fc_gentest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test/h5format_convert/h5fc_gentest.c b/tools/test/h5format_convert/h5fc_gentest.c index e112c9e..b482dee 100644 --- a/tools/test/h5format_convert/h5fc_gentest.c +++ b/tools/test/h5format_convert/h5fc_gentest.c @@ -440,6 +440,8 @@ gen_err_level(const char *fname) goto error; /* Closing */ + if(H5Pclose(fcpl) < 0) + goto error; if(H5Pclose(dcpl) < 0) goto error; if(H5Sclose(sid) < 0) |