Merge branch 'maint' into next
[paraslash.git] / oss_write.c
index 552d5b9705821df8d25720b29f8069629dcb0ade..9ec85560d29ebef00f269a95ca2fda49e9c427d1 100644 (file)
@@ -6,6 +6,7 @@
 
 /** \file oss_write.c Paraslash's oss output plugin. */
 
+#include <regex.h>
 #include <sys/ioctl.h>
 #include <fcntl.h>
 #include <dirent.h>
@@ -216,4 +217,5 @@ void oss_write_init(struct writer *w)
                .short_help = oss_write_args_info_help,
                .detailed_help = oss_write_args_info_detailed_help
        };
+       oss_cmdline_parser_free(&dummy);
 }