summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/http.c b/main/http.c
index 97738b4f0..b6b2abe29 100644
--- a/main/http.c
+++ b/main/http.c
@@ -636,6 +636,7 @@ static void *httpd_helper_thread(void *data)
done:
if (ser->f)
fclose(ser->f);
+ close(ser->fd);
free(ser);
return NULL;
}