Do not call freeaddrinfo(res0) twice.
PR: bin/21476
This commit is contained in:
parent
530df9baad
commit
11a0f7fe07
@ -270,6 +270,7 @@ url_get(origline, proxyenv)
|
||||
break;
|
||||
}
|
||||
freeaddrinfo(res0);
|
||||
res0 = NULL;
|
||||
|
||||
/*
|
||||
* Construct and send the request. We're expecting a return
|
||||
|
Loading…
x
Reference in New Issue
Block a user