diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-04-13 16:12:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 16:12:27 (GMT) |
commit | e9604656ebbd969c84f17efc2236ddfbbbc9473c (patch) | |
tree | 86a798cb044bd51d67a24204555ac408758fb5d5 /release_docs | |
parent | 02c68739745887cd17b840a7e91d2ec9c9008bb1 (diff) | |
download | hdf5-e9604656ebbd969c84f17efc2236ddfbbbc9473c.zip hdf5-e9604656ebbd969c84f17efc2236ddfbbbc9473c.tar.gz hdf5-e9604656ebbd969c84f17efc2236ddfbbbc9473c.tar.bz2 |
Fix #2598 sanitize leak (#2675)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b90f9f6..81b1a94 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -270,7 +270,12 @@ Bug Fixes since HDF5-1.14.0 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 @@ -282,7 +287,6 @@ Bug Fixes since HDF5-1.14.0 release ----------- - - High-Level Library ------------------ - |