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

fix memory leak

Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 198d8059
......@@ -2474,6 +2474,7 @@ int s_client_main(int argc, char **argv)
#ifndef OPENSSL_NO_SRP
OPENSSL_free(srp_arg.srppassin);
#endif
OPENSSL_free(connectstr);
OPENSSL_free(host);
OPENSSL_free(port);
X509_VERIFY_PARAM_free(vpm);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册