hdf5/hl
jhendersonHDF 221e429578
Fix memory leak in H5LTopen_file_image when H5LT_FILE_IMAGE_DONT_COPY flag is used (#4021)
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.
2024-02-26 08:52:33 -08:00
..
c++ Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859) 2023-11-22 07:51:30 -06:00
examples Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
fortran Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859) 2023-11-22 07:51:30 -06:00
src Fix memory leak in H5LTopen_file_image when H5LT_FILE_IMAGE_DONT_COPY flag is used (#4021) 2024-02-26 08:52:33 -08:00
test Fix missing NOT from if check in HL folder (#4036) 2024-02-22 14:55:15 -06:00
tools Fix h5watch test failures to ignore system warnings on ppc64le. (#3997) 2024-02-08 09:53:33 -06:00
CMakeLists.txt Fix missing NOT from if check in HL folder (#4036) 2024-02-22 14:55:15 -06:00
Makefile.am HL GIF tools changes (#2360) 2022-12-23 16:05:31 -08:00