aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/imap.c b/imap.c
index 11c64a8b..00efacba 100644
--- a/imap.c
+++ b/imap.c
@@ -561,6 +561,7 @@ static int do_gssauth(int sock, char *hostname, char *username)
* credentials. RFC 1731 doesn't specify what to do, and since this
* support is only for authentication, we'll assume the server
* knows enough to flush its own credentials */
+ gss_release_buffer(&min_stat, &send_token);
return PS_SUCCESS;
}