reverse mem fix

This commit is contained in:
iceman1001 2020-10-07 00:14:41 +02:00
commit 3abdf1c651

View file

@ -303,9 +303,6 @@ static void *brute_thread(void *arguments) {
pthread_mutex_unlock(&print_lock); pthread_mutex_unlock(&print_lock);
} }
} }
if (revstate)
free(revstate);
free(args); free(args);
return NULL; return NULL;
} }