diff options
author | Ray Lu <songyulu@hdfgroup.org> | 2019-03-08 20:28:17 (GMT) |
---|---|---|
committer | Ray Lu <songyulu@hdfgroup.org> | 2019-03-08 20:28:17 (GMT) |
commit | 679b49d43d744f0cc34054944e827326f17a6f3d (patch) | |
tree | 2c241b1ff1c2ca69d7f49b747d9bfebb5bcd1633 | |
parent | a56a97f979db4bae9046df3699baad6c9d77e116 (diff) | |
parent | 5f22afff3a05a2c8fc694ddb0c7e1081a660b398 (diff) | |
download | hdf5-679b49d43d744f0cc34054944e827326f17a6f3d.zip hdf5-679b49d43d744f0cc34054944e827326f17a6f3d.tar.gz hdf5-679b49d43d744f0cc34054944e827326f17a6f3d.tar.bz2 |
Merge pull request #1597 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:HDFFV-10705-memory-leak-in-scale-offset-2 to develop
* commit '5f22afff3a05a2c8fc694ddb0c7e1081a660b398':
Added a note of bug fix for HDFFV-10705.
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 879c3f3..aed539b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -224,6 +224,16 @@ Bug Fixes since HDF5-1.10.3 release Library ------- + - Fixed memory leak in scale offset filter + + In a special case where the MinBits is the same as the number of bits in + the datatype's precision, the filter's data buffer was not freed, causing + the memory usage to grow. In general the buffer was freed correctly. The + Minbits are the minimal number of bits to store the data values. Please + see the reference manual for H5Pset_scaleoffset for the detail. + + (RL - 2019/3/4, HDFFV-10705) + - Fix hangs with collective metadata reads during chunked dataset I/O In the parallel library, it was discovered that when a particular |