mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-07 18:37:45 +02:00
- Fix openssl lock free on exit (reported by Robert Fleischman).
git-svn-id: file:///svn/unbound/trunk@2798 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2 January 2013: Wouter
|
||||
- Fix openssl lock free on exit (reported by Robert Fleischman).
|
||||
|
||||
20 December 2012: Wouter
|
||||
- Fix unbound-anchor xml parse of entity declarations for safety.
|
||||
|
||||
|
||||
@@ -775,6 +775,7 @@ void ub_openssl_lock_delete(void)
|
||||
for(i=0; i<CRYPTO_num_locks(); i++) {
|
||||
lock_basic_destroy(&ub_openssl_locks[i]);
|
||||
}
|
||||
free(ub_openssl_locks);
|
||||
#endif /* OPENSSL_THREADS */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user