=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.c,v retrieving revision 1.375 retrieving revision 1.376 diff -u -r1.375 -r1.376 --- src/usr.bin/ssh/readconf.c 2023/03/10 02:24:56 1.375 +++ src/usr.bin/ssh/readconf.c 2023/03/31 04:23:02 1.376 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.375 2023/03/10 02:24:56 dtucker Exp $ */ +/* $OpenBSD: readconf.c,v 1.376 2023/03/31 04:23:02 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -1564,6 +1564,7 @@ error("%s line %d: keyword %s \"%s\" " "argument must appear alone.", filename, linenum, keyword, arg); + free(arg2); goto out; } } else {