diff options
author | corvid <devnull@localhost> | 2015-03-22 15:08:45 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-03-22 15:08:45 +0000 |
commit | dc174f99255ac28ea8e1cd7e7c550296a0f4e132 (patch) | |
tree | 3983058fe6682787479e853b6a122d577285eec1 | |
parent | 01ea7c3a6ae21656439143877c6edc656b497abb (diff) |
socket free
-rw-r--r-- | src/IO/http.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IO/http.c b/src/IO/http.c index fdc5d308..a0512873 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -795,6 +795,7 @@ void a_Http_ccc(int Op, int Branch, int Dir, ChainLink *Info, break; case OpAbort: a_Chain_bcb(OpAbort, Info, NULL, NULL); + Http_socket_free(SKey); dFree(Info); break; default: |