diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/ccache/ccapi/stdcc_util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/ccapi/stdcc_util.c b/src/lib/krb5/ccache/ccapi/stdcc_util.c index 7acb60380..d6f41b069 100644 --- a/src/lib/krb5/ccache/ccapi/stdcc_util.c +++ b/src/lib/krb5/ccache/ccapi/stdcc_util.c @@ -483,6 +483,8 @@ static void deep_free_cc_v5_creds (cc_creds* creds) { deep_free_cc_data_array (creds -> addresses); deep_free_cc_data_array (creds -> authdata); + + free(creds); } static void deep_free_cc_creds (cred_union creds) { |
