From 74e339b8f8936bc0d985e053a076d0c9b5e9ea51 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 14 Sep 2013 15:56:58 +0100 Subject: Replace GSSAPI-specific instances of xfree with the equivalent calls to free. --- sshconnect2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshconnect2.c') diff --git a/sshconnect2.c b/sshconnect2.c index 8c20eed93..0b13530ce 100644 --- a/sshconnect2.c +++ b/sshconnect2.c @@ -229,7 +229,7 @@ ssh_kex2(char *host, struct sockaddr *hostaddr, u_short port) orig = myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS]; xasprintf(&myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS], "%s,null", orig); - xfree(gss); + free(gss); } #endif -- cgit v1.2.3