提交 bc9567cd 编写于 作者: D Dr. Stephen Henson

typo: should be OPENSSL_free

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 b4f0d1a4
......@@ -2948,7 +2948,7 @@ void ssl3_clear(SSL *s)
}
if (s->s3->alpn_selected) {
free(s->s3->alpn_selected);
OPENSSL_free(s->s3->alpn_selected);
s->s3->alpn_selected = NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册