X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oss_write.c;h=6a55005ec8247a46c424ebabe9308e03f03c1d24;hp=552d5b9705821df8d25720b29f8069629dcb0ade;hb=678a55163f159783c688370b9b974a8a5e1fcd06;hpb=4dbf56eff63e120c3888fa2badc9fbf930c6ba46 diff --git a/oss_write.c b/oss_write.c index 552d5b97..6a55005e 100644 --- a/oss_write.c +++ b/oss_write.c @@ -216,4 +216,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); }