summaryrefslogtreecommitdiffstats
path: root/src/H5Ocache.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-11-28 00:51:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-11-28 00:51:57 (GMT)
commit3c5706ff5b402e3adf1a2f0b11edd0403bcfa941 (patch)
tree2cad40412fdf34efe4685d075ed1e47150d8d7be /src/H5Ocache.c
parent3217ffa1ac0c427aedb2c1cc460484c902b89be2 (diff)
parent86c4e7ac0f3d9849e6963fb3534ad33de82a7b04 (diff)
downloadhdf5-3c5706ff5b402e3adf1a2f0b11edd0403bcfa941.zip
hdf5-3c5706ff5b402e3adf1a2f0b11edd0403bcfa941.tar.gz
hdf5-3c5706ff5b402e3adf1a2f0b11edd0403bcfa941.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
Diffstat (limited to 'src/H5Ocache.c')
-rw-r--r--src/H5Ocache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ocache.c b/src/H5Ocache.c
index e7cad83..fba4f6e 100644
--- a/src/H5Ocache.c
+++ b/src/H5Ocache.c
@@ -1619,7 +1619,7 @@ H5O__chunk_deserialize(H5O_t *oh, haddr_t addr, size_t len, const uint8_t *image
done:
if(ret_value < 0 && udata->cont_msg_info->msgs) {
- udata->cont_msg_info->msgs = (H5O_chunk_t *)H5FL_SEQ_FREE(H5O_cont_t, udata->cont_msg_info->msgs);
+ udata->cont_msg_info->msgs = H5FL_SEQ_FREE(H5O_cont_t, udata->cont_msg_info->msgs);
udata->cont_msg_info->alloc_nmsgs = 0;
}
FUNC_LEAVE_NOAPI(ret_value)