aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/blogc-runserver/httpd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/blogc-runserver/httpd.c b/src/blogc-runserver/httpd.c
index ca16394..d1fc0e1 100644
--- a/src/blogc-runserver/httpd.c
+++ b/src/blogc-runserver/httpd.c
@@ -339,7 +339,6 @@ br_httpd_run(const char *host, const char *port, const char *docroot,
"\n"
"WARNING!!! This is a development server, DO NOT RUN IT IN PRODUCTION!\n"
"\n", max_threads);
- free(final_host);
size_t current_thread = 0;