Try to not leak memory.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18807 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-22 06:58:53 +00:00
parent ea75cbae34
commit e59d785334

View File

@@ -75,6 +75,10 @@ test_default_name(krb5_context context)
if (strcmp(p3, test_cc_name) != 0)
krb5_errx (context, 1, "krb5_cc_set_default_name 1 failed");
free(p1);
free(p2);
free(p3);
}
/*