Fix an s_client memory leak
authorMatt Caswell <matt@openssl.org>
Wed, 8 Nov 2017 13:22:59 +0000 (13:22 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 9 Nov 2017 17:01:18 +0000 (17:01 +0000)
We were using OPENSSL_strdup() unnecessarily and then failing to free it. There is
no reason to use OPENSSL_strdup() in this scenario - so just remove it.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/4699)


No differences found