summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-03-13 14:22:38 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-03-13 14:22:38 (GMT)
commit4aa3784f1289f077a5cd6da2b3391fd8627fcd33 (patch)
tree7bdb962f6f6038e02ca4e2b0229a662b987ec929
parent6c789d291392a7cfdfd31f9f15a581b2e8a557d4 (diff)
parent86890ac84ba74a437f87d98e7d7931dccc0fe856 (diff)
downloadhdf5-4aa3784f1289f077a5cd6da2b3391fd8627fcd33.zip
hdf5-4aa3784f1289f077a5cd6da2b3391fd8627fcd33.tar.gz
hdf5-4aa3784f1289f077a5cd6da2b3391fd8627fcd33.tar.bz2
Merge pull request #947 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:HDFFV-10397-testphdf5-has-some-memory-leaks to develop
* commit '86890ac84ba74a437f87d98e7d7931dccc0fe856': Add release note for HDFFFV-10397.
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0093f3b..1f4a357 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -647,7 +647,11 @@ Bug Fixes since HDF5-1.10.1 release
Testing
-------
- -
+ - Memory for three variables in testphdf5's coll_write_test was malloced
+ but not freed, leaking memory when running the test. The variables'
+ memory is now freed.
+
+ (LRK - 2018/03/12, HDFFV-10397)
Supported Platforms
===================