=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/monitor.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- src/usr.bin/ssh/monitor.c 2006/03/19 18:53:12 1.71 +++ src/usr.bin/ssh/monitor.c 2006/03/20 04:09:44 1.72 @@ -815,6 +815,10 @@ key_blobtype = type; hostbased_cuser = cuser; hostbased_chost = chost; + } else { + xfree(blob); + xfree(cuser); + xfree(chost); } debug3("%s: key %p is %s",