mirror of
https://github.com/openssl/openssl.git
synced 2025-04-24 20:51:14 +08:00
Bindhost/bindport should be freed
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16775)
This commit is contained in:
parent
59a3e7b295
commit
0ce0c45586
@ -3056,6 +3056,8 @@ int s_client_main(int argc, char **argv)
|
||||
#endif
|
||||
OPENSSL_free(connectstr);
|
||||
OPENSSL_free(bindstr);
|
||||
OPENSSL_free(bindhost);
|
||||
OPENSSL_free(bindport);
|
||||
OPENSSL_free(host);
|
||||
OPENSSL_free(port);
|
||||
OPENSSL_free(thost);
|
||||
|
Loading…
x
Reference in New Issue
Block a user