diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-14 20:00:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-14 20:00:29 (GMT) |
commit | 34de732e3e59523aed067e3d26d854a5d0d60ed5 (patch) | |
tree | 8bddab336c98f113c13f3fb3b4ff20044b1be62e /src/H5Oint.c | |
parent | 880d14d4c545c795d525285985287829d43c3f42 (diff) | |
parent | f30873136be7cb444166d019c57d3508ff79fc76 (diff) | |
download | hdf5-34de732e3e59523aed067e3d26d854a5d0d60ed5.zip hdf5-34de732e3e59523aed067e3d26d854a5d0d60ed5.tar.gz hdf5-34de732e3e59523aed067e3d26d854a5d0d60ed5.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit 'f30873136be7cb444166d019c57d3508ff79fc76':
Rework new tests into one macro
Added a "won't fix" RELEASE.txt entry for HDFFV-10356.
Fix CMake test names
Fixed typo
Add release note for HDFFFV-10397.
Added a fix for HDFFV-10358.
Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly)
Enhancement to the tool h5clear (HDFFV-10360)
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; |