Hello: Since a while I have noticed via valgrind some memory leaks let by the function `H5Zfilter_avail': the following Code reproduce the issue:
forwarded 638753 https://jira.hdfgroup.uiuc.edu/browse/HELPDSK-121 thanks Le dimanche 21 août 2011 à 17:35 +0200, Jerome BENOIT a écrit : Forwarded to upstream even if the issue tracker seems to be private. Sylvestre
Hi Gilles, The bug report for the issue you refer to is HDFFV-7713. It is scheduled to be fixed in HDF5-1.10, but it is *not* one of the bugs that will be addressed in the HDF5-1.10.0 release that we are currently working towards (not sure yet of the date for that). If I find out anything else about this, I'll let you know.
Hi, When trying to reproduce this bug I only get 'still reachable' class memory leaks, with the very same small memory footprint no matter how many times H5Zfilter_avail was called. Is that what you experienced? I tend to consider 'still reachable' memory leaks not leaks. Especially when there're stable. Thanks, _g.