From 7cba4e56694c200c81518e582cc5ff4f557b861f Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 18 Jan 2019 20:07:54 +0100 Subject: [PATCH] Destroy determseed mutex. --- main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.c b/main.c index 89f0fb2..f94cf0a 100644 --- a/main.c +++ b/main.c @@ -1036,6 +1036,9 @@ int main(int argc,char **argv) pthread_mutex_destroy(&keysgenerated_mutex); pthread_mutex_destroy(&fout_mutex); +#ifdef PASSPHRASE + pthread_attr_destroy(&determseed_mutex); +#endif done: filters_clean();