X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/aacb96d7ed1723663fddd4e2611c22c971442cbd..051643995984009593bcb8180ff9f9d570af7df5:/client/proxmark3.c?ds=sidebyside diff --git a/client/proxmark3.c b/client/proxmark3.c index 70e09ada..c2e70acf 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -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) {