X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=file_write.c;h=7a24b3ac6b78e9d56b1f194c0479c3584cabbfb3;hp=4c043864620c49ea3ee307f8c788f8e46a923969;hb=c282c836791cedf57c128555af90af37c7c01c05;hpb=d8213149049056e0cabbcbe575a10dfb1a83583e diff --git a/file_write.c b/file_write.c index 4c043864..7a24b3ac 100644 --- a/file_write.c +++ b/file_write.c @@ -182,6 +182,11 @@ __malloc static void *file_write_parse_config(const char *options) return NULL; } +static void file_write_free_config(void *conf) +{ + file_cmdline_parser_free(conf); +} + /** the init function of the file writer */ void file_write_init(struct writer *w) { @@ -194,6 +199,7 @@ void file_write_init(struct writer *w) w->post_select = file_write_post_select; w->post_select_btr = file_write_post_select_btr; w->parse_config = file_write_parse_config; + w->free_config = file_write_free_config; w->close = file_write_close; w->shutdown = NULL; /* nothing to do */ w->help = (struct ggo_help) {