odin-detector / odin-data

DAQ software libraries for capturing and storing data from parallel detector systems
https://odin-detector.github.io/odin-data/
Apache License 2.0
8 stars 11 forks source link

Close leaky hdf5 references #330

Closed GDYendell closed 7 months ago

GDYendell commented 9 months ago

IIRC the thing that was causing (noticeable) memory leaks was the dataset handles. The other things are just bits I noticed when having a check through at the same time.

wnichols1 commented 7 months ago

good work Gary, you have fixed several issues including the one I originally raised.