diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-06 18:44:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-06 18:44:34 (GMT) |
commit | ab9a8af7787484a8f9efd29f20ca2bab6f91f424 (patch) | |
tree | e564bb2f8486ee0056a8071ed607ea9738b51fa4 /release_docs/RELEASE.txt | |
parent | e59b3d3bcf0f95e1c2d90997280135a3ae8cdfee (diff) | |
download | hdf5-ab9a8af7787484a8f9efd29f20ca2bab6f91f424.zip hdf5-ab9a8af7787484a8f9efd29f20ca2bab6f91f424.tar.gz hdf5-ab9a8af7787484a8f9efd29f20ca2bab6f91f424.tar.bz2 |
[svn-r8026] Purpose:
Bug fix
Description:
Fix small memory leak of fill-value information inside the library.
Solution:
"reset" the fill-value object header message, so that the internal buffer
gets freed.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to require h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 41d3ac9..1187237 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -93,6 +93,8 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Fixed small internal memory leak of fill-value information. + QAK - 2004/01/06 - Detect situation where szip 'pixels per block' is larger than the fastest changing dimension of a dataset's chunk size and disallow this (due to limits in szip library). QAK - 2003/12/31 |