[coverity] 1543211 Resource leak

This commit is contained in:
akallabeth 2024-04-11 13:14:01 +02:00 committed by Martin Fleisz
parent 8c580e6d6d
commit e9e9e42a71

View File

@ -657,6 +657,7 @@ static BOOL kerberos_rd_tgt_token(const sspi_gss_data* token, char** target, krb
*buf++ = '@';
strcpy(buf, str);
free(str);
return TRUE;
}
else if (val == KRB_TGT_REP)