we can compare if non-NULL elsewhere
channel->nsort = -1;
channel->lookups = NULL;
channel->queries = NULL;
+ channel->domains = NULL;
+ channel->sortlist = NULL;
/* Initialize configuration by each of the four sources, from highest
* precedence to lowest.
/* Handle errors. */
if (status != ARES_EOF)
{
- if (servers != NULL) free(servers);
- if (sortlist != NULL) free(sortlist);
+ if (servers != NULL)
+ free(servers);
+ if (sortlist != NULL)
+ free(sortlist);
return status;
}