Page MenuHomePhabricator

no check if polydatas are the same in SetVtkPolyData
Closed, ResolvedPublic

Description

when using SetVtkPolyData(polydata, t) it is not checked if m_PolyDataSeries is the same as polydata. Because we delete the m_PolyDataSeries pointer if it is not NULL, this may lead to a crash.

Event Timeline

A little more context, please. Should be on the linked wiki page.

(your description does not name a class, and the change is not clear)

check if polydatas are the same

[SVN revision 27277]
FIX (#5921): check if polydatas are the same