Fix a memory leak that I recently inadvertedly introduced.

pull/1/head
Steinar H. Gunderson 17 years ago
parent 60519063ea
commit 879f89a989
  1. 1
      ares_gethostbyname.c

@ -146,6 +146,7 @@ static void next_lookup(struct host_query *hquery)
break; break;
} }
} }
end_hquery(hquery, status, NULL);
} }
static void host_callback(void *arg, int status, int timeouts, static void host_callback(void *arg, int status, int timeouts,

Loading…
Cancel
Save