more coverity fixes

plus fix some spacing in functions i touched.
This commit is contained in:
marshmellow42 2017-06-06 12:45:00 -04:00
commit e57c8b2e56
3 changed files with 117 additions and 114 deletions

View file

@ -970,6 +970,7 @@ int CmdHF14AMfChk(const char *Cmd)
break;
default:
PrintAndLog("Key type must be A , B or ?");
free(keyBlock);
return 1;
};