X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oss_write.c;h=9ec85560d29ebef00f269a95ca2fda49e9c427d1;hp=103b14ea5fa16c68feeb10302454e41570673dc7;hb=6df1cc12ccd144c028f9d4a38aea6bf80dc3e554;hpb=6f5030f4b257aba7ea4265ef3ae35d96477bbfc3 diff --git a/oss_write.c b/oss_write.c index 103b14ea..9ec85560 100644 --- a/oss_write.c +++ b/oss_write.c @@ -217,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); }