diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-04-01 15:37:53 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-04-01 15:37:53 +0000 |
commit | a16494f8a264814a328adbbb2d51af8f0bc5cab8 (patch) | |
tree | 761fcb2aab62eba8d975c444e2b9eec3787a8109 /WWW/Library | |
parent | db24197ddd55e9578c129ec5b4e30cb2cc2a580b (diff) | |
download | lynx-snapshots-a16494f8a264814a328adbbb2d51af8f0bc5cab8.tar.gz |
snapshot of project "lynx", label v2-8-9dev_17f
Diffstat (limited to 'WWW/Library')
-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 e2467d06..c8d0bab4 100644 --- a/WWW/Library/Implementation/HTTP.c +++ b/WWW/Library/Implementation/HTTP.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTTP.c,v 1.173 2018/03/30 00:56:26 tom Exp $ + * $LynxId: HTTP.c,v 1.174 2018/03/30 09:12:37 tom Exp $ * * HyperText Tranfer Protocol - Client implementation HTTP.c * ========================== @@ -1281,6 +1281,7 @@ static int HTLoadHTTP(const char *arg, _HTProgress(msg); FREE(msg); FREE(ssl_all_cns); + FREE(ssl_host); } #endif /* USE_SSL */ |