fix mem leak

This commit is contained in:
iceman1001 2020-10-08 20:27:15 +02:00
parent 9162a9d5f0
commit a547690af5

View file

@ -656,6 +656,7 @@ static int CmdIndalaClone(const char *Cmd) {
if (getIndalaBits(fc, cn, bits) != PM3_SUCCESS) {
PrintAndLogEx(ERR, "Error with tag bitstream generation.");
free(bits);
return PM3_ESOFT;
}