Fix memory leaks in xxx_recv_init().
[paraslash.git] / amp_filter.c
index f6e22059e3f2432a2c1c69751415e789569b4fe7..a011c411ef376c61f89fa6cc6baf574f04caeb0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2009 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -101,8 +101,6 @@ void amp_filter_init(struct filter *f)
        f->convert = amp_convert;
        f->parse_config = amp_parse_config;
        f->help = (struct ggo_help) {
-               .purpose = amp_filter_args_info_purpose,
-               .usage = amp_filter_args_info_usage,
                .short_help = amp_filter_args_info_help,
                .detailed_help = amp_filter_args_info_detailed_help
        };