diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c index 7b1aa24764..39d4358320 100644 --- a/tools/checkwps/checkwps.c +++ b/tools/checkwps/checkwps.c @@ -236,7 +236,7 @@ int main(int argc, char **argv) int res; int filearg = 1; - struct wps_data wps; + struct wps_data wps={0}; enum screen_type screen = SCREEN_MAIN; struct screen* wps_screen;