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:
Dmitry Belyavskiy 2021-10-07 19:14:50 +02:00
parent 59a3e7b295
commit 0ce0c45586
1 changed files with 2 additions and 0 deletions

View File

@ -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);