This commit is contained in:
iceman1001
2020-09-07 10:39:15 +02:00
parent 0be35a8e7e
commit 5d357a6039
13 changed files with 30 additions and 30 deletions

View File

@@ -49,7 +49,7 @@ static CborError dumpelm(CborValue *it, bool *got_next, int nestingLevel) {
*got_next = true;
if (err)
return err; // parse error
PrintAndLogEx(NORMAL, "%s" NOLF, sprint_hex(buf, n));
free(buf);
break;