Merge branch 'master' into next
[paraslash.git] / http_recv.c
index 7f130341d16e1f0cc36cb43d691da66a92775235..13e9ede23d4d3cda0dcea71fbeef9dc0602dbd6f 100644 (file)
@@ -6,6 +6,7 @@
 
 /** \file http_recv.c paraslash's http receiver */
 
+#include <regex.h>
 #include <sys/types.h>
 #include <dirent.h>
 
@@ -203,4 +204,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);
 }