From: Matt Caswell Date: Tue, 3 Oct 2017 13:15:16 +0000 (+0100) Subject: Remove an incorrect comment X-Git-Tag: OpenSSL_1_1_1-pre1~604 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=786b4df402ce57e375012401a02ad7a6696b90c2 Remove an incorrect comment Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4456) --- diff --git a/ssl/statem/statem_clnt.c b/ssl/statem/statem_clnt.c index 833450babd..8ca47370cf 100644 --- a/ssl/statem/statem_clnt.c +++ b/ssl/statem/statem_clnt.c @@ -1773,9 +1773,6 @@ MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt) */ x = sk_X509_value(sk, 0); sk = NULL; - /* - * VRS 19990621: possible memory leak; sk=null ==> !sk_pop_free() @end - */ pkey = X509_get0_pubkey(x);