summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2019-03-07 16:10:11 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2019-03-07 16:10:11 (GMT)
commit1848184afec2867fbe46363b30b9281fc6827f4a (patch)
tree46de3c90461d26a0161ed80f81022b2b37dca7d2
parent35b6085c6058ea31182fe4f4dc2ae6f8195d63c9 (diff)
downloadhdf5-1848184afec2867fbe46363b30b9281fc6827f4a.zip
hdf5-1848184afec2867fbe46363b30b9281fc6827f4a.tar.gz
hdf5-1848184afec2867fbe46363b30b9281fc6827f4a.tar.bz2
Minor change: revised the note from the previous commit about HDFFV-10705.
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 965b98d..2658664 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -330,7 +330,8 @@ Bug Fixes since HDF5-1.10.4 release
- Fixed memory leak in scale offset filter
The data buffer was not freed in a special case like the general case.
- It caused the memory usage to grow.
+ The special case is when the MinBits is the same as the number of bits in
+ the datatype's precision. It caused the memory usage to grow.
(RL - 2019/3/4, HDFFV-10705)