mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
resolve warning
svn:r664
This commit is contained in:
parent
6b79d8a7e9
commit
71e5ad714b
@ -274,7 +274,8 @@ tor_tls_context_new(crypto_pk_env_t *rsa,
|
||||
if (global_tls_context) {
|
||||
/* This is safe even if there are open connections: OpenSSL does
|
||||
* reference counting with SSL and SSL_CTX objects. */
|
||||
SSL_CTX_free(global_tls_context);
|
||||
SSL_CTX_free(global_tls_context->ctx);
|
||||
free(global_tls_context);
|
||||
}
|
||||
global_tls_context = result;
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user