mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08: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)
|
||||
break;
|
||||
}
|
||||
free(cmd);
|
||||
} else {
|
||||
printf("\n");
|
||||
break;
|
||||
}
|
||||
free(cmd);
|
||||
}
|
||||
|
||||
if (script_file) {
|
||||
|
|
Loading…
Reference in a new issue