Fix uninitialized variables found by Valgrind
This commit is contained in:
parent
1cae5f83e5
commit
c62fff8fc4
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ NvComputer::NvComputer(QSettings& settings)
|
|||
this->state = CS_UNKNOWN;
|
||||
this->gfeVersion = nullptr;
|
||||
this->appVersion = nullptr;
|
||||
this->maxLumaPixelsHEVC = 0;
|
||||
this->serverCodecModeSupport = 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue