mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 08:15:37 +00:00
Fix uninitialized variables found by Valgrind
This commit is contained in:
parent
1cae5f83e5
commit
c62fff8fc4
@ -49,6 +49,8 @@ NvComputer::NvComputer(QSettings& settings)
|
|||||||
this->state = CS_UNKNOWN;
|
this->state = CS_UNKNOWN;
|
||||||
this->gfeVersion = nullptr;
|
this->gfeVersion = nullptr;
|
||||||
this->appVersion = nullptr;
|
this->appVersion = nullptr;
|
||||||
|
this->maxLumaPixelsHEVC = 0;
|
||||||
|
this->serverCodecModeSupport = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user