mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Do not call freeaddrinfo(res0) twice.
PR: bin/21476
This commit is contained in:
parent
530df9baad
commit
11a0f7fe07
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66350
@ -270,6 +270,7 @@ url_get(origline, proxyenv)
|
||||
break;
|
||||
}
|
||||
freeaddrinfo(res0);
|
||||
res0 = NULL;
|
||||
|
||||
/*
|
||||
* Construct and send the request. We're expecting a return
|
||||
|
Loading…
Reference in New Issue
Block a user