Skip to content

Move vtkFileResourceStream destructor to .cxx

Otherwise it is not possible to call its destructor since vtkInternals destructor is inaccessible. Problem was hidden because it is possible to destroy it but only through a pointer to its base class...

Example of error: https://open.cdash.org/viewBuildError.php?buildid=8718841

Merge request reports