From 433d5511e1b7c853ff68c65e7d515bc36a16991a Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 11 Feb 2007 10:46:44 +0000 Subject: [PATCH] Remove double-free due to the same "fix" for a leak getting merged in twice. --HG-- extra : convert_revision : eac2a177021cfa0cbf365d5821fe6c8a0a5dc758 --- cli-authpubkey.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli-authpubkey.c b/cli-authpubkey.c index 4798f62..c16ef90 100644 --- a/cli-authpubkey.c +++ b/cli-authpubkey.c @@ -123,8 +123,6 @@ void recv_msg_userauth_pk_ok() { TRACE(("That was whacky. We got told that a key was valid, but it didn't match our list. Sounds like dodgy code on Dropbear's part")) } - buf_free(keybuf); - TRACE(("leave recv_msg_userauth_pk_ok")) }