X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshshare.c;h=54d58a6624bfdb9b19b4d32afb37b2943e9e3751;hb=bff08a95e776d818a3f2d44f9a4694d9ad558a74;hp=df64d6fe150492894a03934326c0bafddace930f;hpb=90dcef3d9e60f7f81193e433771bcb11e057cf11;p=PuTTY.git diff --git a/sshshare.c b/sshshare.c index df64d6fe..54d58a66 100644 --- a/sshshare.c +++ b/sshshare.c @@ -1672,6 +1672,8 @@ static void share_got_pkt_from_downstream(struct ssh_sharing_connstate *cs, PUT_32BIT(recipient_id, chan->downstream_id); send_packet_to_downstream(cs, SSH2_MSG_CHANNEL_FAILURE, recipient_id, 4, NULL); + sfree(auth_data); + break; } chan->x11_auth_proto = auth_proto;