-
- Downloads
Fixed null dereference warned by cppcheck
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.
Please register or sign in to comment
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.