Skip to content

hdf5: removes finalizers

Sebastien Binet requested to merge TacoVox:finalizer_fix into master

Created by: TacoVox

As discussed in https://github.com/gonum/hdf5/issues/23

As the finalizers are causing tremendous problems in production usage, they were completely removed from all types that were using them. Therefore it is required that the caller of the New* functions also take care of calling the Close() methods.

Merge request reports