mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
Destroy determseed mutex.
This commit is contained in:
3
main.c
3
main.c
@@ -1036,6 +1036,9 @@ int main(int argc,char **argv)
|
|||||||
|
|
||||||
pthread_mutex_destroy(&keysgenerated_mutex);
|
pthread_mutex_destroy(&keysgenerated_mutex);
|
||||||
pthread_mutex_destroy(&fout_mutex);
|
pthread_mutex_destroy(&fout_mutex);
|
||||||
|
#ifdef PASSPHRASE
|
||||||
|
pthread_attr_destroy(&determseed_mutex);
|
||||||
|
#endif
|
||||||
|
|
||||||
done:
|
done:
|
||||||
filters_clean();
|
filters_clean();
|
||||||
|
|||||||
Reference in New Issue
Block a user