Skip to content

vtkHardwareSelector: initialize PropColorValue

Shawn Waldon requested to merge shawn.waldon/vtk:fix-valgrind-defects into master

Otherwise valgrid reports a conditional jump depends on uninitialized value error in the first call to SetPropColorValue.

This doesn't strictly speaking matter, but cleaning it up makes it easier to see real errors in the valgrind output.

Merge request reports