Skip to content

Commit 8939b32

Browse files
committed
Initialize variable in ComparatorCodeLUT
This was reported by valgrind.
1 parent b20c7aa commit 8939b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

L1Trigger/CSCTriggerPrimitives/interface/ComparatorCodeLUT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ComparatorCodeLUT {
4545
CSCPatternBank::LCTPatterns clct_pattern_ = {};
4646

4747
// verbosity level
48-
unsigned infoV_;
48+
unsigned infoV_ = 0;
4949
};
5050

5151
#endif

0 commit comments

Comments
 (0)