some @iceman1001 s coverty scan fixes

great work!
This commit is contained in:
marshmellow42 2016-01-08 18:26:56 -05:00
commit c4c3af7c16
7 changed files with 20 additions and 3 deletions

View file

@ -406,7 +406,7 @@ int CmdHFiClassDecrypt(const char *Cmd) {
fclose(f);
saveFile(outfilename,"bin", decrypted, blocknum*8);
free(decrypted);
return 0;
}