Remove some cppcheck style warnings
This commit is contained in:
@@ -153,8 +153,8 @@ main(int argc, const char *argv[])
|
||||
if (psz_mes || psz_err)
|
||||
printf("%s%s\n", psz_mes ? psz_mes: "", psz_err ? psz_err: "");
|
||||
|
||||
if (psz_err) free(psz_err);
|
||||
if (psz_mes) free(psz_mes);
|
||||
free(psz_err);
|
||||
free(psz_mes);
|
||||
if( !p_readbuf ) {
|
||||
printf("paranoia read error. Stopping.\n");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user