From 34af02caca301a44f54c2df371f957a69e949df1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 12 May 2004 08:22:04 +0000 Subject: Disable memdebug for the allocs done by the app, unless CURLTOOLDEBUG is defined (which it never is atm). Now, we can focus on making 'runtests -t [num]' work on all test cases and we should never leak nor crash. --- src/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 6cc264b24..9c915203c 100644 --- a/src/main.c +++ b/src/main.c @@ -107,6 +107,9 @@ /* The last #include file should be: */ #ifdef CURLDEBUG +#ifndef CURLTOOLDEBUG +#define MEMDEBUG_NODEFINES +#endif /* This is low-level hard-hacking memory leak tracking and similar. Using the library level code from this client-side is ugly, but we do this anyway for convenience. */ -- cgit v1.2.3