Skip to content

Fixed null dereference warned by cppcheck

Sean McBride requested to merge seanm/vtk:multiset-null-deref into master

Just above the changed line, there’s a branch for ‘bset’ being null, then a vtkErrorMacro, but if that happens bset is later unconditionally dereferenced.

Merge request reports