FIX: spelling misstakes.

FIX: output of block number should be two digits for nicer layout
FIX: strange branching in the pyramid demod in cmddata.c,  it will now always print the unknown length message
FIX: another go at the coverity scan bug in proxmark3.c. (resource leak for cmd)
This commit is contained in:
iceman1001 2016-02-27 09:21:19 +01:00
commit 4b3655e7f4
4 changed files with 11 additions and 14 deletions

View file

@ -168,9 +168,9 @@ static void *main_loop(void *targ) {
// exit or quit
if (ret == 99)
break;
}
free(cmd);
cmd = 0;
}
} else {
printf("\n");
break;