auth/credentials: a temporary MEMORY ccache needs krb5_cc_destroy()
authorStefan Metzmacher <metze@samba.org>
Tue, 27 Feb 2024 15:07:22 +0000 (16:07 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 23 Apr 2024 14:17:32 +0000 (14:17 +0000)
commitd221f930efcff09a9b5dc18c5dfb6475ade1312a
treed66822804564fc5e5b2544c7f86fd3ddb05c84d8
parent126357e2e7302eb219fda80e3cfbef3da02c1d6d
auth/credentials: a temporary MEMORY ccache needs krb5_cc_destroy()

A simple krb5_cc_close() doesn't remove it from the global memory list.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
auth/credentials/credentials_krb5.c