Skip to content

Commit

Permalink
Added an entry for the HDFGroupGH-4585 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Sep 27, 2024
1 parent 1fe032d commit 9dc3c63
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dc3c63

Please sign in to comment.