git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@306 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-03-17 23:46:03 +00:00
parent 7975f805b4
commit 7e61fff02a
5 changed files with 134 additions and 0 deletions

View File

@@ -52,5 +52,7 @@ main (int argc, char **argv)
NULL);
if (err)
abort ();
krb5_free_context (context);
return 0;
}