diff options
Diffstat (limited to 'WWW/Library/Implementation/HTTCP.c')
-rw-r--r-- | WWW/Library/Implementation/HTTCP.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTTCP.c b/WWW/Library/Implementation/HTTCP.c index b5574926..84aeb412 100644 --- a/WWW/Library/Implementation/HTTCP.c +++ b/WWW/Library/Implementation/HTTCP.c @@ -1390,6 +1390,7 @@ static LYNX_ADDRINFO *HTGetAddrInfo(const char *str, res = NULL; } + free(s); return res; } #endif /* INET6 */ |