X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_recv.c;h=f9782985d113d390c70300d099546066203f188d;hp=7bbd4b0c575a351055170bab1df3f186769c6783;hb=ddbd317a575ed43fae187c9ff18c6d53ece76308;hpb=35fb7de0ca7f871a6832d1041321d52af66fdf7b diff --git a/udp_recv.c b/udp_recv.c index 7bbd4b0c..f9782985 100644 --- a/udp_recv.c +++ b/udp_recv.c @@ -239,4 +239,5 @@ void udp_recv_init(struct receiver *r) .short_help = udp_recv_args_info_help, .detailed_help = udp_recv_args_info_detailed_help }; + udp_recv_cmdline_parser_free(&dummy); }