]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - http_recv.c
reset version to git
[paraslash.git] / http_recv.c
index 7716bb0f9f9c5ba5439bb7cd70c2055887e7e3c1..7a751e4acbc846bf3feb81e22448f90ec1389002 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2009 Andre Noll <maan@systemlinux.org>
  *
  * 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);
 }