Commit 204f0391 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

We noe use CURLDEBUG instead of MALLOCDEBUG

parent f8c3b3aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@

#include "base64.h"

#ifdef MALLOCDEBUG
#ifdef CURLDEBUG
#include "memdebug.h"
#endif