[vtk-developers] Bug in vtkWindowedSincPolyDataFilter

Bill Lorensen bill.lorensen at gmail.com
Mon Dec 7 06:54:19 EST 2009


I'l take a look.

On Sun, Dec 6, 2009 at 6:55 PM, David Doria <daviddoria+vtk at gmail.com> wrote:
> If you accidentally run this filter on an input with no geometry (or only
> vertices), it segfaults.  I believe if the inMesh->Delete() on line 785 of
> vtkWindowedSincPolyDataFilter.cxx is moved to inside the conditional on line
> 221 (i.e. to line 316) that will fix the problem. It was attempting to
> delete inMesh even if it was never created. Can someone verify and commit
> the fix?
>
> Thanks,
>
> David
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>
>



More information about the vtk-developers mailing list