=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.401 retrieving revision 1.402 diff -u -r1.401 -r1.402 --- src/usr.bin/ssh/clientloop.c 2023/11/15 22:51:49 1.401 +++ src/usr.bin/ssh/clientloop.c 2023/11/24 00:31:30 1.402 @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.401 2023/11/15 22:51:49 djm Exp $ */ +/* $OpenBSD: clientloop.c,v 1.402 2023/11/24 00:31:30 dtucker Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -202,6 +202,7 @@ if ((r = sshbuf_putf(stderr_buffer, "%s\r\n", msg)) != 0) fatal_fr(r, "sshbuf_putf"); + free(msg); quit_pending = 1; }