Loading src/getpass.c +2 −2 Original line number Diff line number Diff line Loading @@ -94,8 +94,8 @@ char *getpass_r(const char *prompt, char *buffer, size_t buflen) #endif /* The last #include file should be: */ #ifdef CURLDEBUG #include "../lib/memdebug.h" #if defined(CURLDEBUG) && defined(CURLTOOLDEBUG) #include "memdebug.h" #endif char *getpass_r(const char *prompt, char *buffer, size_t buflen) Loading src/homedir.c +2 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,8 @@ #include "homedir.h" #ifdef CURLDEBUG #include "../lib/memdebug.h" #if defined(CURLDEBUG) && defined(CURLTOOLDEBUG) #include "memdebug.h" #endif static Loading src/main.c +3 −0 Original line number Diff line number Diff line Loading @@ -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. */ Loading src/urlglob.c +2 −3 Original line number Diff line number Diff line Loading @@ -35,9 +35,8 @@ #include "urlglob.h" #ifdef CURLDEBUG #include "../lib/memdebug.h" #if defined(CURLDEBUG) && defined(CURLTOOLDEBUG) #include "memdebug.h" #endif typedef enum { Loading Loading
src/getpass.c +2 −2 Original line number Diff line number Diff line Loading @@ -94,8 +94,8 @@ char *getpass_r(const char *prompt, char *buffer, size_t buflen) #endif /* The last #include file should be: */ #ifdef CURLDEBUG #include "../lib/memdebug.h" #if defined(CURLDEBUG) && defined(CURLTOOLDEBUG) #include "memdebug.h" #endif char *getpass_r(const char *prompt, char *buffer, size_t buflen) Loading
src/homedir.c +2 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,8 @@ #include "homedir.h" #ifdef CURLDEBUG #include "../lib/memdebug.h" #if defined(CURLDEBUG) && defined(CURLTOOLDEBUG) #include "memdebug.h" #endif static Loading
src/main.c +3 −0 Original line number Diff line number Diff line Loading @@ -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. */ Loading
src/urlglob.c +2 −3 Original line number Diff line number Diff line Loading @@ -35,9 +35,8 @@ #include "urlglob.h" #ifdef CURLDEBUG #include "../lib/memdebug.h" #if defined(CURLDEBUG) && defined(CURLTOOLDEBUG) #include "memdebug.h" #endif typedef enum { Loading