aboutsummaryrefslogtreecommitdiff
path: root/src/IO/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/IO/http.c')
-rw-r--r--src/IO/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/http.c b/src/IO/http.c
index 3504d2b3..e2954b9d 100644
--- a/src/IO/http.c
+++ b/src/IO/http.c
@@ -204,7 +204,7 @@ static void Http_socket_free(int SKey)
Http_connect_queued_sockets(hc);
if (hc->active_connections == 0)
Http_host_connection_remove(hc);
- }
+ }
dFree(S);
}
}