[PATCH 4/4] dnsproxy: releasing all the fields of the structure request_data after forward dns reply

2012-05-30 Thread Paulo Pizarro
--- src/dnsproxy.c | 28 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/src/dnsproxy.c b/src/dnsproxy.c index a982f87..22433d7 100644 --- a/src/dnsproxy.c +++ b/src/dnsproxy.c @@ -1505,6 +1505,17 @@ static int ns_resolv(struct server_data *server, st

Re: [PATCH 4/4] dnsproxy: releasing all the fields of the structure request_data after forward dns reply

2012-05-31 Thread Jukka Rissanen
Hi Paulo, the commit subject is quite long, would shorter "dnsproxy: releasing request_data struct after forward dns reply" be enough? As said in patch 3, this one needs to be applied before #3 otherwise there will be compile error. On 05/30/2012 11:24 PM, Paulo Pizarro wrote: --- src/dn