summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 4d1aabb..5c075d4 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1145,7 +1145,16 @@ Bug Fixes since HDF5-1.14.0 release
High-Level Library
------------------
- -
+ - Fixed a memory leak in H5LTopen_file_image with H5LT_FILE_IMAGE_DONT_COPY flag
+
+ When the H5LT_FILE_IMAGE_DONT_COPY flag is passed to H5LTopen_file_image, the
+ internally-allocated udata structure gets leaked as the core file driver doesn't
+ have a way to determine when or if it needs to call the "udata_free" callback.
+ This has been fixed by freeing the udata structure when the "image_free" callback
+ gets made during file close, where the file is holding the last reference to the
+ udata structure.
+
+ Fixes GitHub issue #827
Fortran High-Level APIs