summaryrefslogtreecommitdiffstats
path: root/src/H5MFsection.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-06-04 23:54:16 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-06-04 23:54:16 (GMT)
commit47bf6a39bed9058d2f1e67b06287a05755014234 (patch)
tree96750e0ea74eed320bc304a36c1b87cac5b6e286 /src/H5MFsection.c
parentdffe5efbb09930cc7daa26f7fbf311558491bb95 (diff)
downloadhdf5-47bf6a39bed9058d2f1e67b06287a05755014234.zip
hdf5-47bf6a39bed9058d2f1e67b06287a05755014234.tar.gz
hdf5-47bf6a39bed9058d2f1e67b06287a05755014234.tar.bz2
H5PB and H5Faccum normalization with develop.
Diffstat (limited to 'src/H5MFsection.c')
-rw-r--r--src/H5MFsection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5MFsection.c b/src/H5MFsection.c
index a373360..715ece4 100644
--- a/src/H5MFsection.c
+++ b/src/H5MFsection.c
@@ -776,7 +776,7 @@ H5MF__sect_small_merge(H5FS_section_info_t **_sect1, H5FS_section_info_t *_sect2
/* Note: Large metadata page bypasses the PB cache */
/* Note: Update of raw data page (large or small sized) is handled by the PB cache */
if(udata->f->shared->page_buf != NULL && udata->alloc_type != H5FD_MEM_DRAW)
- if(H5PB_remove_entry(udata->f, (*sect1)->sect_info.addr) < 0)
+ if(H5PB_remove_entry(udata->f->shared, (*sect1)->sect_info.addr) < 0)
HGOTO_ERROR(H5E_RESOURCE, H5E_CANTFREE, FAIL, "can't free merged section")
if(H5MF__sect_free((H5FS_section_info_t *)(*sect1)) < 0)