diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 | ||