=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2-none.c,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -u -r1.3.2.1 -r1.3.2.2 --- src/usr.bin/ssh/auth2-none.c 2002/06/22 07:23:16 1.3.2.1 +++ src/usr.bin/ssh/auth2-none.c 2002/10/11 14:53:06 1.3.2.2 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2-none.c,v 1.3.2.1 2002/06/22 07:23:16 miod Exp $"); +RCSID("$OpenBSD: auth2-none.c,v 1.3.2.2 2002/10/11 14:53:06 miod Exp $"); #include "auth.h" #include "xmalloc.h" @@ -61,7 +61,7 @@ close(fd); if (n != len) { - free(banner); + xfree(banner); return (NULL); } banner[n] = '\0';