Fix uninitialized variables found by Valgrind

This commit is contained in:
Cameron Gutman 2018-07-13 02:50:02 -07:00
parent 1cae5f83e5
commit c62fff8fc4

View File

@ -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