X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_recv.c;h=7a751e4acbc846bf3feb81e22448f90ec1389002;hp=7716bb0f9f9c5ba5439bb7cd70c2055887e7e3c1;hb=69f80c03033d65a530aa0f29cc7238185e7300cf;hpb=5ba8f6dff01904907d1dcfaa1555c8ceb5a72c90 diff --git a/http_recv.c b/http_recv.c index 7716bb0f..7a751e4a 100644 --- a/http_recv.c +++ b/http_recv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2008 Andre Noll + * Copyright (C) 2005-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -203,4 +203,5 @@ void http_recv_init(struct receiver *r) .short_help = http_recv_args_info_help, .detailed_help = http_recv_args_info_detailed_help }; + http_recv_cmdline_parser_free(&dummy); }