initialize field in constructor

fixes CID 28002 found by Coverity
This commit is contained in:
Christian Beer 2015-10-21 16:57:18 +02:00
parent eb549fa127
commit 9aea04fe22
1 changed files with 1 additions and 0 deletions

View File

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