diff -Burp lynx2-8-3/WWW/Library/Implementation/HTTCP.c lynx2-8-3-patched/WWW/Library/Implementation/HTTCP.c --- lynx2-8-3/WWW/Library/Implementation/HTTCP.c Wed Sep 29 07:40:39 1999 +++ lynx2-8-3-patched/WWW/Library/Implementation/HTTCP.c Thu Oct 7 14:15:36 1999 @@ -1481,6 +1481,7 @@ PUBLIC int HTDoConnect ARGS4( HTSprintf0 (&line, gettext("Looking up %s."), host); _HTProgress (line); + FREE(line); status = HTParseInet(soc_in, host); if (status) { if (status != HT_INTERRUPTED) {