mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Call srv_free().
This commit is contained in:
parent
c0a3783ec8
commit
c0faa84162
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -93,6 +93,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
if (strcmp(cmd, "httpd") == 0) {
|
||||
httpd();
|
||||
srv_free();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue