reverse mem fix
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user