aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-06-04 04:28:41 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-06-04 04:28:41 +0000
commit41620bcbb3f21e2cf7d23242ab0d21b07c308a66 (patch)
treec31c58aeae5acf2c33d05bebe84ecd0cddfbc04c /imap.c
parent17b79e30b7dd686e0f11436030e7a9bcce7969b2 (diff)
downloadfetchmail-41620bcbb3f21e2cf7d23242ab0d21b07c308a66.tar.gz
fetchmail-41620bcbb3f21e2cf7d23242ab0d21b07c308a66.tar.bz2
fetchmail-41620bcbb3f21e2cf7d23242ab0d21b07c308a66.zip
Brendan Cully's fixes for GSSAPI.
svn path=/trunk/; revision=1892
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;
}