Skip to content

Add missing fclose() to vtkWrapPython

David Gobbi requested to merge dgobbi/vtk:wrappython-fclose into master

The vtkWrapPython executable wasn't calling fclose() on its output file. This has been the case since the wrapping code was refactored for VTK 5.8.

Merge request reports