aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2015-03-22 15:08:45 +0000
committercorvid <devnull@localhost>2015-03-22 15:08:45 +0000
commitdc174f99255ac28ea8e1cd7e7c550296a0f4e132 (patch)
tree3983058fe6682787479e853b6a122d577285eec1 /src
parent01ea7c3a6ae21656439143877c6edc656b497abb (diff)
socket free
Diffstat (limited to 'src')
-rw-r--r--src/IO/http.c1
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: