提交 75d40c93 编写于 作者: M Matt Caswell

Fix bug where rrec was being released...should have been removed by one of

the earlier record layer commits
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 d5a25ae0
......@@ -3152,7 +3152,6 @@ void ssl3_clear(SSL *s)
if (s->s3->tmp.ca_names != NULL)
sk_X509_NAME_pop_free(s->s3->tmp.ca_names, X509_NAME_free);
SSL3_RECORD_release(RECORD_LAYER_get_rrec(&s->rlayer));
#ifndef OPENSSL_NO_DH
DH_free(s->s3->tmp.dh);
s->s3->tmp.dh = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册