summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-10-25 10:38:32 +0200
committerdefault <nobody@localhost>2022-10-25 10:38:32 +0200
commitc0faa841621b8c5c21ef2e5757c74d083629ef59 (patch)
tree103f07047f6dd05e9c066aec91b939a7adebfe72
parentc0a3783ec8e51dcd06f90a8a2a6303742f0fc9d4 (diff)
Call srv_free().
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 0c13819..ffd4875 100644
--- a/main.c
+++ b/main.c
@@ -93,6 +93,7 @@ int main(int argc, char *argv[])
if (strcmp(cmd, "httpd") == 0) {
httpd();
+ srv_free();
return 0;
}