Skip to content

Commit

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

Please sign in to comment.