X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_recv.c;h=58c969a255335461d0481e8864ec79fb41269dac;hp=c73088f83939e153d94e3eb4dcead35d04a1ff05;hb=1e012cf40238883621692051a22fb9c7cad5e944;hpb=40de1dd2fdbb054444d585aa70e2d50166a66e07 diff --git a/dccp_recv.c b/dccp_recv.c index c73088f8..58c969a2 100644 --- a/dccp_recv.c +++ b/dccp_recv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -11,6 +11,7 @@ * (C) 2005 Ian McDonald */ +#include #include #include @@ -157,4 +158,5 @@ void dccp_recv_init(struct receiver *r) .short_help = dccp_recv_args_info_help, .detailed_help = dccp_recv_args_info_detailed_help }; + dccp_recv_cmdline_parser_free(&dummy); }