[gui]: Use the new -p option for the default stat command.
[paraslash.git] / alsa_write.c
index cf0f335bebc7426c9b24aad7537601be3dbb0dd7..ae8bed6d339724563e86eb899d9aa96a46f6f8e7 100644 (file)
@@ -12,6 +12,7 @@
  * based on the vplay program by Michael Beck.
  */
 
+#include <regex.h>
 #include <sys/types.h>
 #include <dirent.h>
 #include <alsa/asoundlib.h>
@@ -263,4 +264,5 @@ void alsa_write_init(struct writer *w)
                .short_help = alsa_write_args_info_help,
                .detailed_help = alsa_write_args_info_detailed_help
        };
+       alsa_cmdline_parser_free(&dummy);
 }