X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=alsa_write.c;h=ae8bed6d339724563e86eb899d9aa96a46f6f8e7;hp=cf0f335bebc7426c9b24aad7537601be3dbb0dd7;hb=6df1cc12ccd144c028f9d4a38aea6bf80dc3e554;hpb=e7b866a338a22ad07c8e60d405616a8065be89b1 diff --git a/alsa_write.c b/alsa_write.c index cf0f335b..ae8bed6d 100644 --- a/alsa_write.c +++ b/alsa_write.c @@ -12,6 +12,7 @@ * based on the vplay program by Michael Beck. */ +#include #include #include #include @@ -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); }