Loading ares/ares_destroy.c +3 −3 Original line number Diff line number Diff line Loading @@ -41,6 +41,9 @@ void ares_destroy(ares_channel channel) struct list_node* list_head; struct list_node* list_node; if (!channel) return; list_head = &(channel->all_queries); for (list_node = list_head->next; list_node != list_head; ) { Loading @@ -64,9 +67,6 @@ void ares_destroy(ares_channel channel) } #endif if (!channel) return; if (channel->servers) { for (i = 0; i < channel->nservers; i++) { Loading Loading
ares/ares_destroy.c +3 −3 Original line number Diff line number Diff line Loading @@ -41,6 +41,9 @@ void ares_destroy(ares_channel channel) struct list_node* list_head; struct list_node* list_node; if (!channel) return; list_head = &(channel->all_queries); for (list_node = list_head->next; list_node != list_head; ) { Loading @@ -64,9 +67,6 @@ void ares_destroy(ares_channel channel) } #endif if (!channel) return; if (channel->servers) { for (i = 0; i < channel->nservers; i++) { Loading