Skip to content
Snippets Groups Projects
Commit 449e5bc2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

CURLDEBUG not MALLOCDEBUG anymore

parent 8736c11d
No related branches found
No related tags found
No related merge requests found
#include "test.h"
#ifdef MALLOCDEBUG
#ifdef CURLDEBUG
/* provide a proto for this debug function */
extern void curl_memdebug(const char *);
#endif
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment