diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-07-10 16:28:28 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-07-10 16:28:28 +0000 |
| commit | 7487ef624337a70c23be44d2a703644ddb74dd96 (patch) | |
| tree | 893d12069dacb5d79889c278c6947f093fe310ce /lib/libfetch/common.c | |
| parent | cf2458c90e89bdc4629eb982ab0067c2e8dae18b (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/common.c')
| -rw-r--r-- | lib/libfetch/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c index 59f92cbc14ed..e1dea332b0dc 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -205,6 +205,7 @@ _fetch_connect(char *host, int port, int af, int verbose) close(sd); sd = -1; } + freeaddrinfo(res0); if (sd < 0) { _fetch_syserr(); return -1; |
