C++ bad allocation

Hello,

I suspect that memory is not well released when reading an hdf5 dataset.
This cause an exception bad alloc when reading a very big file.

HDF5 version: 1.12.2
Compiled with HDF5_ENABLE_USING_MEMCHECKER
Platform: Windows 10 - 32 bit
Code: Using this example https://docs.hdfgroup.org/hdf5/v1_12/group___h5_d.html

H5Fopen is done once,
Then H5Dopen, H5DRead, H5DClose is called several time (lot of call, as the file is pretty big)

1 Like