summaryrefslogtreecommitdiff
path: root/main/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/http.c')
-rw-r--r--main/http.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/http.c b/main/http.c
index 30c4e930e..3d0b7f703 100644
--- a/main/http.c
+++ b/main/http.c
@@ -684,6 +684,8 @@ void *server_root(void *data)
close(ser->fd);
free(ser);
}
+
+ pthread_attr_destroy(&attr);
}
return NULL;
}