From c145fbea49af558c750b29efa783312bf762a016 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 30 Sep 2007 00:08:01 +0000 Subject: Fix a memory leak that I recently inadvertedly introduced. --- ares/ares_gethostbyname.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ares/ares_gethostbyname.c') diff --git a/ares/ares_gethostbyname.c b/ares/ares_gethostbyname.c index 336481db5..b5f0e4236 100644 --- a/ares/ares_gethostbyname.c +++ b/ares/ares_gethostbyname.c @@ -146,6 +146,7 @@ static void next_lookup(struct host_query *hquery) break; } } + end_hquery(hquery, status, NULL); } static void host_callback(void *arg, int status, int timeouts, -- cgit v1.2.3