summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-05 19:21:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-05 19:21:58 (GMT)
commitf8cd74af65dc406292ffcfed1a01b2591f2bd15c (patch)
tree6fd6e9ca7b5257f011a118e9e5ecfae825e04abb /tools
parente01430ec5600e85f6f4ff06c5bc2bbdd72e7a547 (diff)
downloadhdf5-f8cd74af65dc406292ffcfed1a01b2591f2bd15c.zip
hdf5-f8cd74af65dc406292ffcfed1a01b2591f2bd15c.tar.gz
hdf5-f8cd74af65dc406292ffcfed1a01b2591f2bd15c.tar.bz2
h5repacktest VFD fix and formatting changes
Diffstat (limited to 'tools')
-rw-r--r--tools/test/h5repack/h5repacktst.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/test/h5repack/h5repacktst.c b/tools/test/h5repack/h5repacktst.c
index ea9ded1..85af344 100644
--- a/tools/test/h5repack/h5repacktst.c
+++ b/tools/test/h5repack/h5repacktst.c
@@ -3292,8 +3292,6 @@ make_layout2(hid_t loc_id)
if (make_dset(loc_id, CHUNKED_S_FIX, s_sid, chunked_dcpl, s_buf[0]) < 0)
goto error;
- HDfree(s_buf);
-
ret_value = 0;
error: