mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2026-09-23 14:55:06 +00:00
include ares_private.h to make sure we get the memdebug stuff included
This commit is contained in:
+2
-1
@@ -28,7 +28,8 @@ void ares_destroy(ares_channel channel)
|
||||
for (i = 0; i < channel->ndomains; i++)
|
||||
free(channel->domains[i]);
|
||||
free(channel->domains);
|
||||
free(channel->sortlist);
|
||||
if(channel->sortlist)
|
||||
free(channel->sortlist);
|
||||
free(channel->lookups);
|
||||
while (channel->queries)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user