Call srv_free().

This commit is contained in:
default 2022-10-25 10:38:32 +02:00
parent c0a3783ec8
commit c0faa84162

1
main.c
View File

@ -93,6 +93,7 @@ int main(int argc, char *argv[])
if (strcmp(cmd, "httpd") == 0) {
httpd();
srv_free();
return 0;
}