diff --git a/sched/sched_types.h b/sched/sched_types.h index 52ab5e6e8d..999acbb199 100644 --- a/sched/sched_types.h +++ b/sched/sched_types.h @@ -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;