mirror of
https://github.com/curl/curl.git
synced 2026-07-31 15:58:08 +03:00
parent
d3b04e5600
commit
bcd0497c81
19 changed files with 41 additions and 80 deletions
|
|
@ -132,8 +132,7 @@ static CURLcode test_unit1607(const char *arg)
|
|||
goto error;
|
||||
dns = Curl_hash_pick(&multi->dnscache.entries,
|
||||
entry_id, strlen(entry_id) + 1);
|
||||
curlx_free(entry_id);
|
||||
entry_id = NULL;
|
||||
curlx_safefree(entry_id);
|
||||
|
||||
addr = dns ? dns->addr : NULL;
|
||||
|
||||
|
|
|
|||
|
|
@ -134,8 +134,7 @@ static CURLcode test_unit1609(const char *arg)
|
|||
|
||||
dns = Curl_hash_pick(&multi->dnscache.entries,
|
||||
entry_id, strlen(entry_id) + 1);
|
||||
curlx_free(entry_id);
|
||||
entry_id = NULL;
|
||||
curlx_safefree(entry_id);
|
||||
|
||||
addr = dns ? dns->addr : NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue