diff options
Diffstat (limited to 'WWW/Library/Implementation/HTTP.c')
-rw-r--r-- | WWW/Library/Implementation/HTTP.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTTP.c b/WWW/Library/Implementation/HTTP.c index f7e19018..e2467d06 100644 --- a/WWW/Library/Implementation/HTTP.c +++ b/WWW/Library/Implementation/HTTP.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTTP.c,v 1.172 2018/03/21 21:25:11 tom Exp $ + * $LynxId: HTTP.c,v 1.173 2018/03/30 00:56:26 tom Exp $ * * HyperText Tranfer Protocol - Client implementation HTTP.c * ========================== @@ -1280,6 +1280,7 @@ static int HTLoadHTTP(const char *arg, SSL_get_cipher(handle)); _HTProgress(msg); FREE(msg); + FREE(ssl_all_cns); } #endif /* USE_SSL */ |