[coverity] 1543139 Resource leak
This commit is contained in:
parent
dc488c5e23
commit
5862537471
@ -199,6 +199,8 @@ static BOOL wst_recv_auth_token(rdpCredsspAuth* auth, HttpResponse* response)
|
||||
authToken.cbBuffer = authTokenLength;
|
||||
credssp_auth_take_input_buffer(auth, &authToken);
|
||||
}
|
||||
else
|
||||
free(authTokenData);
|
||||
|
||||
rc = credssp_auth_authenticate(auth);
|
||||
if (rc < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user