diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-07-09 15:34:01 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-07-09 15:34:01 (GMT) |
commit | 127d1cfdf06e9c1cd264595c496a063848358a0a (patch) | |
tree | 7a3065eefe30612ade746f8d561b0f29f18aff5b /src/H5Dbtree2.c | |
parent | 7cbb5fe2d177e49417401e1dc0b2a4c9d618cc67 (diff) | |
download | hdf5-127d1cfdf06e9c1cd264595c496a063848358a0a.zip hdf5-127d1cfdf06e9c1cd264595c496a063848358a0a.tar.gz hdf5-127d1cfdf06e9c1cd264595c496a063848358a0a.tar.bz2 |
Minor changes from normalization with 1.10
Diffstat (limited to 'src/H5Dbtree2.c')
-rw-r--r-- | src/H5Dbtree2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dbtree2.c b/src/H5Dbtree2.c index ae98654..ccb786b 100644 --- a/src/H5Dbtree2.c +++ b/src/H5Dbtree2.c @@ -292,7 +292,7 @@ H5D__bt2_dst_context(void *_ctx) /* Free array for chunk dimension sizes */ if(ctx->dim) - (void)H5FL_ARR_FREE(uint32_t, ctx->dim); + H5FL_ARR_FREE(uint32_t, ctx->dim); /* Release callback context */ ctx = H5FL_FREE(H5D_bt2_ctx_t, ctx); |