mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
fix coverity 303814
This commit is contained in:
parent
786accc487
commit
0e5640a631
1 changed files with 1 additions and 0 deletions
|
@ -873,6 +873,7 @@ static int CmdHFiClassELoad(const char *Cmd) {
|
|||
|
||||
if (strlen(filename) == 0) {
|
||||
PrintAndLogEx(ERR, "Error: Please specify a filename");
|
||||
CLIParserFree(ctx);
|
||||
return PM3_EINVARG;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue