commit c0faa841621b8c5c21ef2e5757c74d083629ef59 parent c0a3783ec8e51dcd06f90a8a2a6303742f0fc9d4 Author: default <nobody@localhost> Date: Tue, 25 Oct 2022 10:38:32 +0200 Call srv_free(). Diffstat:
M | main.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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; }