summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2010-05-14 18:44:36 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2010-05-14 18:44:36 (GMT)
commited4885a4852259db08b923eb12cec42cb24cd5c2 (patch)
tree0ed00416dfacee1323445e412559a17dfd277ad8 /release_docs
parent3cd3de7612a9758b6a89f09ad48da2c70c62f76a (diff)
downloadhdf5-ed4885a4852259db08b923eb12cec42cb24cd5c2.zip
hdf5-ed4885a4852259db08b923eb12cec42cb24cd5c2.tar.gz
hdf5-ed4885a4852259db08b923eb12cec42cb24cd5c2.tar.bz2
[svn-r18804] Purpose:
Fix memory leaks Description Added a routine to free memory which addresses a memory leak when variable length strings are used as fill values. Tested: h5committest and valgrind (on jam/amani) to confirm freed memory.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 3b1ec05..55e4af6 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -225,6 +225,8 @@ Bug Fixes since HDF5-1.8.0 release
Library
-------
+ - Fixed some memory leaks in VL datatype conversion when strings are
+ used as fill values. (MAM - 2010/05/12 - BZ# 1826)
- Fixed a bug when copying objects with NULL references with the
H5O_COPY_EXPAND_REFERENCE_FLAG flag set. (NAF - 2010/04/08 - 1815)
- Files can now be concurrently opened more than once using the core file