From 403b315a3bc81b9a65c7f921c19e5221199db9e7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 14 Jul 2007 13:08:50 +0000 Subject: Vlad Dinulescu fixed two outstanding valgrind reports --- ares_process.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ares_process.c') diff --git a/ares_process.c b/ares_process.c index 745fe68..e8b9ef6 100644 --- a/ares_process.c +++ b/ares_process.c @@ -400,7 +400,8 @@ static void process_timeouts(ares_channel channel, time_t now) static void process_answer(ares_channel channel, unsigned char *abuf, int alen, int whichserver, int tcp, time_t now) { - int id, tc, rcode; + int tc, rcode; + unsigned short id; struct query *query; /* If there's no room in the answer for a header, we can't do much -- cgit v1.2.3