Skip to content

Commit

Permalink
Merge pull request xbmc#25702 from peat-psuwit/initialize-cpuFeatures
Browse files Browse the repository at this point in the history
CPUInfo: make sure m_cpuFeatures is initialized
  • Loading branch information
thexai authored Sep 8, 2024
2 parents 2defdf6 + 5feadf7 commit dea5df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/utils/CPUInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class CCPUInfo
std::size_t m_totalTime{0};

int m_cpuCount;
unsigned int m_cpuFeatures;
unsigned int m_cpuFeatures{0};

std::vector<CoreInfo> m_cores;
};

0 comments on commit dea5df0

Please sign in to comment.