Skip to content

nvir/gm107: Initialize SchedDataCalculatorGM107 member score.

Vinson Lee requested to merge vlee/mesa:fix-cid-1398632 into master

Fix defect reported by Coverity Scan.

Uninitialized pointer field (UNINIT_CTOR) uninit_member: Non-static class member score is not initialized in this constructor nor in any functions that it calls.

Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @skeggsb @karolherbst

Merge request reports