提交 026e012b 编写于 作者: K Kurt Roeckx

Fix memory leak in dtlsv1listentest

Reviewed-by: NRich Salz <rsalz@openssl.org>

MR: #1879
上级 d1b10582
......@@ -460,6 +460,7 @@ int main(void)
SSL_free(ssl);
SSL_CTX_free(ctx);
BIO_free(inbio);
OPENSSL_free(peer);
/* Unitialise libssl */
#ifndef OPENSSL_NO_ENGINE
ENGINE_cleanup();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册