Skip to content

Commit

Permalink
Fix: remove unnecessary creds free
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Dec 17, 2024
1 parent 1642932 commit ad09ba2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keberos/openvas-krb5.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ o_krb5_authenticate (const OKrb5Credential credentials, OKrb5Element **element)
result:
if (result != O_KRB5_SUCCESS)
{
krb5_free_cred_contents (ctx, &creds);
krb5_free_principal (ctx, me);
krb5_free_context (ctx);
if (*element != NULL)
Expand Down

0 comments on commit ad09ba2

Please # to comment.