Loading ares/ares_destroy.c +2 −1 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ void ares_destroy(ares_channel channel) for (i = 0; i < channel->ndomains; i++) free(channel->domains[i]); free(channel->domains); if(channel->sortlist) free(channel->sortlist); free(channel->lookups); while (channel->queries) Loading ares/ares_expand_name.c +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ #include <stdlib.h> #include "ares.h" #include "ares_private.h" /* for the memdebug */ static int name_length(const unsigned char *encoded, const unsigned char *abuf, int alen); Loading ares/ares_free_hostent.c +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ #endif #include "ares.h" #include "ares_private.h" /* for memdebug */ void ares_free_hostent(struct hostent *host) { Loading Loading
ares/ares_destroy.c +2 −1 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ void ares_destroy(ares_channel channel) for (i = 0; i < channel->ndomains; i++) free(channel->domains[i]); free(channel->domains); if(channel->sortlist) free(channel->sortlist); free(channel->lookups); while (channel->queries) Loading
ares/ares_expand_name.c +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ #include <stdlib.h> #include "ares.h" #include "ares_private.h" /* for the memdebug */ static int name_length(const unsigned char *encoded, const unsigned char *abuf, int alen); Loading
ares/ares_free_hostent.c +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ #endif #include "ares.h" #include "ares_private.h" /* for memdebug */ void ares_free_hostent(struct hostent *host) { Loading