fix mem leak
This commit is contained in:
@@ -656,6 +656,7 @@ static int CmdIndalaClone(const char *Cmd) {
|
|||||||
|
|
||||||
if (getIndalaBits(fc, cn, bits) != PM3_SUCCESS) {
|
if (getIndalaBits(fc, cn, bits) != PM3_SUCCESS) {
|
||||||
PrintAndLogEx(ERR, "Error with tag bitstream generation.");
|
PrintAndLogEx(ERR, "Error with tag bitstream generation.");
|
||||||
|
free(bits);
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user