summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvchoi <vchoi@jelly.ad.hdfgroup.org>2021-08-09 17:01:38 (GMT)
committervchoi <vchoi@jelly.ad.hdfgroup.org>2021-08-09 17:01:38 (GMT)
commit105d3c4d492463451fb3a6679c1a6b79b0801086 (patch)
tree6071e8553f8123791351b7259b68ae91200bee76
parentcf4a523ab7e6041837cafab2ca2c78a6a01fbb61 (diff)
parentacaabcba4320bf46eea0f0508c5f61ab6fe91469 (diff)
downloadhdf5-105d3c4d492463451fb3a6679c1a6b79b0801086.zip
hdf5-105d3c4d492463451fb3a6679c1a6b79b0801086.tar.gz
hdf5-105d3c4d492463451fb3a6679c1a6b79b0801086.tar.bz2
Merge branch 'config_feature_vfd_swmr' of https://github.com/vchoi-hdfgroup/hdf5 into config_feature_vfd_swmr
-rw-r--r--src/H5Fvfd_swmr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fvfd_swmr.c b/src/H5Fvfd_swmr.c
index e2e7568..675d708 100644
--- a/src/H5Fvfd_swmr.c
+++ b/src/H5Fvfd_swmr.c
@@ -1776,8 +1776,8 @@ vfd_swmr_enlarge_shadow_index(H5F_t *f)
H5MM_xfree(f->shared->old_mdf_idx);
- shared->old_mdf_idx = old_mdf_idx;
- f->shared->old_mdf_idx_len = old_mdf_idx_len;
+ shared->old_mdf_idx = old_mdf_idx;
+ f->shared->old_mdf_idx_len = old_mdf_idx_len;
/* Postpone reclamation of the old index until max_lag ticks from now.
* It's only necessary to wait until after the new index is in place,