auth/credentials: don't call talloc_free(ccache_name) on callers memory
authorStefan Metzmacher <metze@samba.org>
Tue, 27 Feb 2024 15:22:14 +0000 (16:22 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 23 Apr 2024 14:17:32 +0000 (14:17 +0000)
commit5af5bf264571b732b5236e6db2061b523e603c05
treea14088c249e13330744a3bafed238551b680b0db
parentd221f930efcff09a9b5dc18c5dfb6475ade1312a
auth/credentials: don't call talloc_free(ccache_name) on callers memory

The internally allocated ccache_name has ccc as parent,
so we don't need to cleanup explicitly.

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