mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
fix memory leak
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
198d805900
commit
eb67172ae5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user