fix coverity CID 322762

This commit is contained in:
iceman1001 2021-06-24 18:11:46 +02:00
parent cffd0068fd
commit e50c7db17d

View file

@ -417,6 +417,7 @@ static void *brute_thread(void *arguments) {
if (isOK == false) {
printf(_RED_("<-- not a valid cmd\n"));
pthread_mutex_unlock(&print_lock);
free(revstate);
continue;
}
@ -425,6 +426,7 @@ static void *brute_thread(void *arguments) {
if (isOK == false) {
printf(_RED_("<-- not a valid crc\n"));
pthread_mutex_unlock(&print_lock);
free(revstate);
continue;
} else {
printf("<-- valid cmd\n");