tests: Fixed some cppcheck warnings.
Этот коммит содержится в:
родитель
7f0761885c
Коммит
e3311d03db
@ -75,12 +75,12 @@ int benchmarks_ping_latency (const char *host, float *average){
|
|||||||
}
|
}
|
||||||
if(!found)
|
if(!found)
|
||||||
goto parseerror;
|
goto parseerror;
|
||||||
fclose(fd);
|
pclose(fd);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
parseerror:
|
parseerror:
|
||||||
fprintf(stderr,"Parse error : couldn't locate average in %s",line);
|
fprintf(stderr,"Parse error : couldn't locate average in %s",line);
|
||||||
fclose(fd);
|
pclose(fd);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -132,6 +132,7 @@ int torture_rmdirs(const char *path) {
|
|||||||
rewinddir(d);
|
rewinddir(d);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
closedir(d);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -257,6 +258,7 @@ failed:
|
|||||||
}
|
}
|
||||||
ssh_disconnect(t->ssh);
|
ssh_disconnect(t->ssh);
|
||||||
ssh_free(t->ssh);
|
ssh_free(t->ssh);
|
||||||
|
free(t);
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user