Vindaar / nimhdf5

Wrapper and some simple high-level bindings for the HDF5 library for the Nim language
MIT License
28 stars 2 forks source link

fixup `=destroy` hooks to clean up properly #51

Closed Vindaar closed 2 years ago

Vindaar commented 2 years ago

We never destroyed the references to the tables, nor the string and seq fields.

This might cause GC problems on refc and under problems under orc.

At least it (seemed) to have caused a regression when dealing with H5 files that for some reason something attempts to close already closed objects in a file.