mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-22 23:09:10 +00:00
Destroy determseed mutex.
This commit is contained in:
parent
12b57ea4a2
commit
7cba4e5669
1 changed files with 3 additions and 0 deletions
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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue