coverity 226350 - fix resource leak

This commit is contained in:
iceman1001 2019-10-09 11:46:11 +02:00
parent 6835cfd76a
commit 84f5f0352f

View file

@ -870,6 +870,7 @@ static int CmdHFiClassDecrypt(const char *Cmd) {
return PM3_EINVARG;
memcpy(key, keyptr, sizeof(key));
free(keyptr);
}
// tripledes