Try to not leak memory.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18809 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-22 07:11:43 +00:00
parent 09196ad8d5
commit 8ea293e426
6 changed files with 23 additions and 23 deletions

View File

@@ -337,6 +337,7 @@ test_cache_find(krb5_context context, const char *type, const char *principal,
if (id)
krb5_cc_close(context, id);
krb5_free_principal(context, client);
}