diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-02-16 12:46:46 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-02-16 12:46:46 +0000 |
| commit | 55cf7be1aba952240ab1b53d7f629cc09e444438 (patch) | |
| tree | f7620b536a68f41ecd2f0f6a7b76d513d5626a5e /lib/libfetch/common.c | |
| parent | 5e431bae8f7bf80160bff72fce3e8e9510910db3 (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 f7700cf842a6..ba0d711974af 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -605,6 +605,7 @@ _fetch_close(conn_t *conn) if (--conn->ref > 0) return (0); ret = close(conn->sd); + free(conn->buf); free(conn); return (ret); } |
