X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=2367d9cb443ecc1d0f52f64e31f76a731b13c8b4;hb=70677862e5548461918ce42af206cdca61dc250f;hp=d2a58bbe2a22dd2462e554a3dc9f0c3ca136e98a;hpb=eec23a69402951596dfcd81825c79d355f7bba0c;p=paraslash.git diff --git a/audiod.c b/audiod.c index d2a58bbe..2367d9cb 100644 --- a/audiod.c +++ b/audiod.c @@ -1142,6 +1142,7 @@ void __noreturn clean_exit(int status, const char *msg) close_stat_pipe(); FOR_EACH_SLOT(i) close_slot(i); + audiod_cmdline_parser_free(&conf); exit(status); }