Fixed #4436: double free of http response.

Fixed #4436: reset of token split.
This commit is contained in:
Armin Novak 2018-02-14 14:09:12 +01:00
parent 159210eb14
commit 92c62b1dbf
2 changed files with 0 additions and 3 deletions

View File

@ -517,8 +517,6 @@ static BOOL http_response_parse_header_field(HttpResponse* response, const char*
if (!authScheme || !authValue)
return FALSE;
*separator = ' ';
}
else
{

View File

@ -531,7 +531,6 @@ static int rpc_client_default_out_channel_recv(rdpRpc* rpc)
{
WLog_ERR(TAG, "error! Status Code: %"PRIu32"", statusCode);
http_response_print(response);
http_response_free(response);
if (statusCode == HTTP_STATUS_DENIED)
{