mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
Added an entry for the GH-4585 fix (#4889)
This commit is contained in:
parent
1fe032d3e0
commit
37a31135cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user