<div>If you accidentally run this filter on an input with no geometry, it segfaults.  The fix is to move the inMesh->Delete() on line 785 of vtkWindowedSincPolyDataFilter.cxx inside the conditional on line 221 (i.e. to line 316). It was attempting to delete inMesh even if it was never created. </div>
<div><br></div><div>Can someone verify so I can commit the fix?</div><div><br></div><div>Thanks,</div><div><br></div><div>David</div>