X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8faa456cf83ade45a6a2f33784d46b9963a0f77e..6e1ebb76bc65c074b780b303a1f1550f5ae4dd3c:/raw.c diff --git a/raw.c b/raw.c index 61061769..04686f34 100644 --- a/raw.c +++ b/raw.c @@ -48,7 +48,8 @@ static int raw_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 *raw_init(char *host, int port, char **realhost) {