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 8e19f4c1..5179dfab 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -302,6 +302,7 @@ static void Http_socket_free(int SKey) if (S->flags & HTTP_SOCKET_IOWATCH_ACTIVE) { S->flags &= ~HTTP_SOCKET_IOWATCH_ACTIVE; a_IOwatch_remove_fd(S->SockFD, -1); + dClose(S->SockFD); } dStr_free(S->https_proxy_reply, 1); |