Free more of the allocated memory.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16342 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-12-02 14:14:43 +00:00
parent 63506f62b3
commit e4794726e4
3 changed files with 11 additions and 1 deletions

View File

@@ -115,6 +115,9 @@ main(int argc, char **argv)
printf ("\n");
val = 1;
}
krb5_free_keyblock(context, dkey);
}
krb5_free_context(context);
return val;
}