Loading ares/ares_init.c +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ int ares_init_options(ares_channel *channelptr, struct ares_options *options, struct server_state *server; struct timeval now; #ifdef CURLDEBUG #ifdef DEBUGBUILD const char *env = getenv("CARES_MEMDEBUG"); if (env) Loading ares/ares_private.h +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ long ares__tvdiff(struct timeval t1, struct timeval t2); (c)->sock_state_cb((c)->sock_state_cb_data, (s), (r), (w)); \ } while (0) #ifdef CURLDEBUG #ifdef DEBUGBUILD /* This is low-level hard-hacking memory leak tracking and similar. Using the libcurl lowlevel code from within library is ugly and only works when c-ares is built and linked with a similarly debug-build libcurl, but we do Loading Loading
ares/ares_init.c +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ int ares_init_options(ares_channel *channelptr, struct ares_options *options, struct server_state *server; struct timeval now; #ifdef CURLDEBUG #ifdef DEBUGBUILD const char *env = getenv("CARES_MEMDEBUG"); if (env) Loading
ares/ares_private.h +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ long ares__tvdiff(struct timeval t1, struct timeval t2); (c)->sock_state_cb((c)->sock_state_cb_data, (s), (r), (w)); \ } while (0) #ifdef CURLDEBUG #ifdef DEBUGBUILD /* This is low-level hard-hacking memory leak tracking and similar. Using the libcurl lowlevel code from within library is ugly and only works when c-ares is built and linked with a similarly debug-build libcurl, but we do Loading