From 9dc3c63b900ba0ed87c5f068814f71c0ec0a64bc Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Fri, 27 Sep 2024 10:15:03 -0400 Subject: [PATCH] Added an entry for the GH-4585 fix --- release_docs/RELEASE.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 969550cddb5..75c463a5d7a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -837,6 +837,16 @@ Bug Fixes since HDF5-1.14.0 release =================================== Library ------- + + - Fixed a memory leak in H5F__accum_write() + + The memory was allocated in H5F__accum_write() and was to be freed in + H5F__accum_reset() during the closing process but a failure occurred just + before the deallocation, leaving the memory un-freed. The problem is + now fixed. + + Fixes GitHub #4585 + - Fixed an incorrect returned value by H5LTfind_dataset() H5LTfind_dataset() returned true for non-existing datasets because it only