Free context.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2381 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -20,4 +20,6 @@ main(int argc, char **argv)
|
|||||||
signal(SIGINT, sigterm);
|
signal(SIGINT, sigterm);
|
||||||
krb5_init_context(&context);
|
krb5_init_context(&context);
|
||||||
loop(context);
|
loop(context);
|
||||||
|
krb5_free_context(context);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user