GB Core: Fix uninitialized variable
Vicki Pfau vi@endrift.com
Wed, 22 Mar 2017 15:47:33 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/gb/core.c
→
src/gb/core.c
@@ -261,7 +261,7 @@ }
} if (!found) { GBDetectModel(gb); - const char* configPath; + const char* configPath = NULL; switch (gb->model) { case GB_MODEL_DMG: