mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:33:36 +03:00
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
This commit is contained in:
parent
db566c54ae
commit
308bc9d919
20 changed files with 33 additions and 30 deletions
|
|
@ -44,7 +44,7 @@
|
|||
#include "progress.h"
|
||||
|
||||
/* The last #include file should be: */
|
||||
#ifdef MALLOCDEBUG
|
||||
#ifdef CURLDEBUG
|
||||
#include "memdebug.h"
|
||||
#endif
|
||||
|
||||
|
|
@ -302,7 +302,7 @@ CURLMcode curl_multi_perform(CURLM *multi_handle, int *running_handles)
|
|||
easy=multi->easy.next;
|
||||
while(easy) {
|
||||
|
||||
#ifdef MALLOCDEBUG
|
||||
#ifdef CURLDEBUG
|
||||
fprintf(stderr, "HANDLE %p: State: %x\n",
|
||||
(char *)easy, easy->state);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue