Skip to content

Fix double free of Node2Scalar

Reinhard Resch requested to merge fix-double-free into develop

It seems that a Node2Scalar is deleted by the element which reads it. So, it must not be deleted by a static destructor.

Merge request reports