Loading tests/libtest/first.c +2 −2 Original line number Diff line number Diff line #include "test.h" #ifdef MALLOCDEBUG #ifdef CURLDEBUG /* provide a proto for this debug function */ extern void curl_memdebug(const char *); #endif Loading @@ -24,7 +24,7 @@ int main(int argc, char **argv) fprintf(stderr, "URL: %s\n", URL); #ifdef MALLOCDEBUG #ifdef CURLDEBUG curl_memdebug("memdump"); #endif return test(URL); Loading Loading
tests/libtest/first.c +2 −2 Original line number Diff line number Diff line #include "test.h" #ifdef MALLOCDEBUG #ifdef CURLDEBUG /* provide a proto for this debug function */ extern void curl_memdebug(const char *); #endif Loading @@ -24,7 +24,7 @@ int main(int argc, char **argv) fprintf(stderr, "URL: %s\n", URL); #ifdef MALLOCDEBUG #ifdef CURLDEBUG curl_memdebug("memdump"); #endif return test(URL); Loading