Loading ares/ares_init.c +2 −1 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ int ares_init_options(ares_channel *channelptr, struct ares_options *options, } if (channel->nsort != -1) free(channel->sortlist); if(channel->lookups) free(channel->lookups); free(channel); return status; Loading Loading
ares/ares_init.c +2 −1 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ int ares_init_options(ares_channel *channelptr, struct ares_options *options, } if (channel->nsort != -1) free(channel->sortlist); if(channel->lookups) free(channel->lookups); free(channel); return status; Loading