diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-03-09 07:25:40 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-03-09 07:25:40 (GMT) |
commit | 8ba788ca891f56792bbbbc5a40f9bc2e86a663b5 (patch) | |
tree | 873b157a636e770a3567b5e9d0776f7ae60f1b5a /src/H5Oint.c | |
parent | 00d29181b51deba64a8a716309e828a0bd53aaa7 (diff) | |
download | hdf5-8ba788ca891f56792bbbbc5a40f9bc2e86a663b5.zip hdf5-8ba788ca891f56792bbbbc5a40f9bc2e86a663b5.tar.gz hdf5-8ba788ca891f56792bbbbc5a40f9bc2e86a663b5.tar.bz2 |
Fix for HDFFV-10209 VDS SWMR test failure
Free the object header when there are chksum retries.
Diffstat (limited to 'src/H5Oint.c')
-rw-r--r-- | src/H5Oint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Oint.c b/src/H5Oint.c index 08eb28d..2351779 100644 --- a/src/H5Oint.c +++ b/src/H5Oint.c @@ -875,6 +875,7 @@ H5O_protect(const H5O_loc_t *loc, hid_t dxpl_id, unsigned prot_flags, udata.v1_pfx_nmesgs = 0; udata.chunk0_size = 0; udata.oh = NULL; + udata.free_oh = FALSE; udata.common.f = loc->file; udata.common.dxpl_id = dxpl_id; udata.common.file_intent = file_intent; |