diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-04 02:05:16 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-04 02:05:16 (GMT) |
commit | 80d6d8e4727b438194a881b57a35e72d029550bb (patch) | |
tree | da7b3d5f97309b9bd7e1986c4f43aaf3969646e1 /release_docs | |
parent | 4c4a93612e4e48c2d60eb7c1b1f5c8702e540d6f (diff) | |
download | hdf5-80d6d8e4727b438194a881b57a35e72d029550bb.zip hdf5-80d6d8e4727b438194a881b57a35e72d029550bb.tar.gz hdf5-80d6d8e4727b438194a881b57a35e72d029550bb.tar.bz2 |
[svn-r7442] Purpose:
Bug fix
Description:
The VFL driver ID in a file's access proprty list wasn't being reference
counted correctly, causing the VFL driver to get prematurely closed after
several calls to "H5Pget_access_plist->H5Pclose".
Solution:
Increment VFL driver ID reference count when copy of file's access property
list is made in H5Pget_access_plist()
Platforms tested:
FreeBSD 4.9 (sleipnir)
h5committest
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9214522..b946348 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -56,6 +56,9 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Corrected bug in repeated calls to H5Pget_access_plist() which would + incorrectly manage reference counts of internal information and + eventually blow up. QAK - 2003/09/02 - Return rank of the array datatype on successful call to H5Tget_array_dims(). QAK - 2003/08/30 - Corrected bug in H5Tdetect_class which was not correctly detecting |