Fix potential issue with non-initialized label
This commit is contained in:
parent
7af9c193b8
commit
9ebe1d32c0
@ -72,7 +72,7 @@ private:
|
||||
|
||||
struct Stat {
|
||||
int value;
|
||||
Label *label;
|
||||
Label *label = nullptr;
|
||||
};
|
||||
|
||||
FixedArray<Stat, STAT_COUNT> _stats;
|
||||
|
Loading…
x
Reference in New Issue
Block a user