X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8faa456cf83ade45a6a2f33784d46b9963a0f77e..6e1ebb76bc65c074b780b303a1f1550f5ae4dd3c:/telnet.c diff --git a/telnet.c b/telnet.c index 3cef9c76..41de3191 100644 --- a/telnet.c +++ b/telnet.c @@ -587,7 +587,8 @@ static int telnet_receive(Plug plug, int urgent, char *data, int len) * * Returns an error message, or NULL on success. * - * Also places the canonical host name into `realhost'. + * Also places the canonical host name into `realhost'. It must be + * freed by the caller. */ static char *telnet_init(char *host, int port, char **realhost) {