summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/krb5/ccache/stdio/scc_retrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/stdio/scc_retrv.c b/src/lib/krb5/ccache/stdio/scc_retrv.c
index 9916284416..3e8ed0924d 100644
--- a/src/lib/krb5/ccache/stdio/scc_retrv.c
+++ b/src/lib/krb5/ccache/stdio/scc_retrv.c
@@ -166,7 +166,7 @@ krb5_scc_retrieve(id, whichfields, mcreds, creds)
}
/* This one doesn't match */
- krb5_free_cred_contents(fetchcreds);
+ krb5_free_cred_contents(&fetchcreds);
}
/* If we get here, a match wasn't found */