summaryrefslogtreecommitdiff
path: root/auth2-gss.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-gss.c')
-rw-r--r--auth2-gss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2-gss.c b/auth2-gss.c
index 3c3cbb966..b8db8204f 100644
--- a/auth2-gss.c
+++ b/auth2-gss.c
@@ -81,7 +81,7 @@ userauth_gsskeyex(Authctxt *authctxt)
81 authctxt->pw)); 81 authctxt->pw));
82 82
83 buffer_free(&b); 83 buffer_free(&b);
84 xfree(mic.value); 84 free(mic.value);
85 85
86 return (authenticated); 86 return (authenticated);
87} 87}