com_stat(): Be more anal in checking command line options.
[paraslash.git] / http_recv.c
index 7f130341d16e1f0cc36cb43d691da66a92775235..7a751e4acbc846bf3feb81e22448f90ec1389002 100644 (file)
@@ -203,4 +203,5 @@ void http_recv_init(struct receiver *r)
                .short_help = http_recv_args_info_help,
                .detailed_help = http_recv_args_info_detailed_help
        };
+       http_recv_cmdline_parser_free(&dummy);
 }