diff options
Diffstat (limited to 'src')
-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: |