summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar default2022-10-25 10:38:32 +0200
committerGravatar default2022-10-25 10:38:32 +0200
commitc0faa841621b8c5c21ef2e5757c74d083629ef59 (patch)
tree103f07047f6dd05e9c066aec91b939a7adebfe72 /main.c
parentNew function srv_free(). (diff)
downloadsnac2-c0faa841621b8c5c21ef2e5757c74d083629ef59.tar.gz
snac2-c0faa841621b8c5c21ef2e5757c74d083629ef59.tar.xz
snac2-c0faa841621b8c5c21ef2e5757c74d083629ef59.zip
Call srv_free().
Diffstat (limited to 'main.c')
-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[])
93 93
94 if (strcmp(cmd, "httpd") == 0) { 94 if (strcmp(cmd, "httpd") == 0) {
95 httpd(); 95 httpd();
96 srv_free();
96 return 0; 97 return 0;
97 } 98 }
98 99