scheduler: fix crash due to uninitialized var

This commit is contained in:
David Anderson 2014-11-25 22:44:11 -08:00
parent c647c8d72a
commit d2c760f102
1 changed files with 1 additions and 0 deletions

View File

@ -944,6 +944,7 @@ PLAN_CLASS_SPEC::PLAN_CLASS_SPEC() {
nthreads_cmdline = false;
projected_flops_scale = 1;
have_os_regex = false;
have_cpu_vendor_regex = false;
min_os_version = 0;
max_os_version = 0;
strcpy(project_prefs_tag, "");