Loading src/common/tortls.c +2 −1 Original line number Diff line number Diff line Loading @@ -511,7 +511,8 @@ tor_tls_context_new(crypto_pk_env_t *identity, const char *nickname, if (idcert) { X509_STORE *s = SSL_CTX_get_cert_store(result->ctx); tor_assert(s); X509_STORE_add_cert(s, idcert); X509_STORE_add_cert(s, idcert); /*XXXX020 This cert seems not to get * freed. Fix that! */ } #endif idcert=NULL; /* The context now owns the reference to idcert */ Loading Loading
src/common/tortls.c +2 −1 Original line number Diff line number Diff line Loading @@ -511,7 +511,8 @@ tor_tls_context_new(crypto_pk_env_t *identity, const char *nickname, if (idcert) { X509_STORE *s = SSL_CTX_get_cert_store(result->ctx); tor_assert(s); X509_STORE_add_cert(s, idcert); X509_STORE_add_cert(s, idcert); /*XXXX020 This cert seems not to get * freed. Fix that! */ } #endif idcert=NULL; /* The context now owns the reference to idcert */ Loading