diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-04-07 17:35:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 17:35:51 (GMT) |
commit | fc91e8856f9babe0d2533a952209473be11b4ccd (patch) | |
tree | 9b0642e3b5c37a4f1a6d552d85cf5b976da87520 /release_docs | |
parent | 526f0769a3353b20d1265c09b3035fa4c2610933 (diff) | |
download | hdf5-fc91e8856f9babe0d2533a952209473be11b4ccd.zip hdf5-fc91e8856f9babe0d2533a952209473be11b4ccd.tar.gz hdf5-fc91e8856f9babe0d2533a952209473be11b4ccd.tar.bz2 |
Fix #2598 sanitize leak (#2660)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e02a58d..be040f4 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -237,7 +237,12 @@ Bug Fixes since HDF5-1.13.3 release Tools ----- - - + - In the tools traverse function - an error in either visit call + will bypass the cleanup of the local data variables. + + Replaced the H5TOOLS_GOTO_ERROR with just H5TOOLS_ERROR. + + (ADB - 2023/04/06 GH-2598) Performance |