Move functions only needed by audiod from stat.c to audiod_command.c.
[paraslash.git] / alsa_write.c
index 3c7c03b467cb9e40a13e1d348a93600c0fdd51b3..ae8bed6d339724563e86eb899d9aa96a46f6f8e7 100644 (file)
@@ -264,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);
 }