diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-18 20:13:16 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-18 20:13:16 (GMT) |
commit | f845e716bc34a5929e979cf046ab3d032c7e21d8 (patch) | |
tree | cc20ed94dc7b3d8e207480cded5a88ee52086fa5 /release_docs | |
parent | d697acbfb588b0406403109398105e12562e2d3e (diff) | |
download | hdf5-f845e716bc34a5929e979cf046ab3d032c7e21d8.zip hdf5-f845e716bc34a5929e979cf046ab3d032c7e21d8.tar.gz hdf5-f845e716bc34a5929e979cf046ab3d032c7e21d8.tar.bz2 |
[svn-r20274] Purpose:
Fixed Bug 2214 - GMQS: h5diff - memory leak in diff()
Description:
Memory leaks occurred when accessing symbolic links with --follow-symlink
option.
Test cases are in testing script. (400 - 456, 501 - 518)
An example test : valgrind --leak-check=full h5diff --follow-symlinks -v h5diff_softlinks.h5 h5diff_softlinks.h5
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake - jam
Diffstat (limited to 'release_docs')
-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 6b1e0e7..98c1f34 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -506,6 +506,8 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - Fixed memory leak for h5diff when accessing symbolic links with + --follow-symlink option. Bug#2214 (JKM 2011/3/18) - Fixed memory leak for h5diff when access variable length string data. Bug#2216 (JKM 2011/3/18) - Fixed and improved help page for -a option of h5ls. |