mirror of https://github.com/BOINC/boinc.git
initialize field in constructor
fixes CID 28002 found by Coverity
This commit is contained in:
parent
eb549fa127
commit
9aea04fe22
|
@ -182,6 +182,7 @@ struct BEST_APP_VERSION {
|
|||
// get the HOST_APP_VERSION, if any
|
||||
|
||||
BEST_APP_VERSION() {
|
||||
appid = 0;
|
||||
present = false;
|
||||
cavp = NULL;
|
||||
avp = NULL;
|
||||
|
|
Loading…
Reference in New Issue