X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_recv.c;h=bd234a02827c120dfe35b629d04fd8211da5bb3a;hp=035d1f1908f9f176689fb5a51501d8b788372c17;hb=d96c06ff93493c125b9f4d36655e77d7029ca309;hpb=9609fd30e0d3db45ede3ab5c6bc3a77c15b6aef8 diff --git a/http_recv.c b/http_recv.c index 035d1f19..bd234a02 100644 --- a/http_recv.c +++ b/http_recv.c @@ -186,6 +186,7 @@ static int http_recv_open(struct receiver_node *rn) static void http_recv_free_config(void *conf) { http_recv_cmdline_parser_free(conf); + free(conf); } /**