mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
FIX: Undo one of my fixes.. *sigh* need to be more specific when / where to call free.
This commit is contained in:
parent
c0bab227ad
commit
75cf8623d6
1 changed files with 1 additions and 1 deletions
|
@ -167,11 +167,11 @@ static void *main_loop(void *targ) {
|
||||||
if (ret == 99)
|
if (ret == 99)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
free(cmd);
|
||||||
} else {
|
} else {
|
||||||
printf("\n");
|
printf("\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
free(cmd);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (script_file) {
|
if (script_file) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue