diff --git a/src/Telodendria.c b/src/Telodendria.c index 457bd60..5d1b158 100644 --- a/src/Telodendria.c +++ b/src/Telodendria.c @@ -380,6 +380,7 @@ main(int argc, char **argv) /* Block this thread until the server is terminated by a signal * handler */ HttpServerJoin(httpServer); + HttpServerFree(httpServer); finish: Log(lc, LOG_TASK, "Shutting down...");