[coverity] 1543211 Resource leak
This commit is contained in:
parent
8c580e6d6d
commit
e9e9e42a71
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user