Skip to content

aco: Initialize mad_info member literal_idx.

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

Fix defect reported by Coverity Scan.

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

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

Merge request reports