free principal

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10115 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-06-18 16:40:02 +00:00
parent dca1a6dfa3
commit c75c102956

View File

@@ -600,6 +600,7 @@ main (int argc, char **argv)
#endif #endif
} else } else
krb5_cc_close (context, ccache); krb5_cc_close (context, ccache);
krb5_free_principal(context, principal);
krb5_free_context (context); krb5_free_context (context);
return 0; return 0;
} }