Index: src_plugins/fp_wget/edakrill.c =================================================================== --- src_plugins/fp_wget/edakrill.c (revision 36658) +++ src_plugins/fp_wget/edakrill.c (revision 36659) @@ -288,7 +288,7 @@ { gds_t s; char tmp[1024]; - FILE *f; + FILE *f = NULL; int from_path = (path != NULL) && (strcmp(path, REQUIRE_PATH_PREFIX) == 0); if (!from_path) {