mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:43:32 +03:00
runtests: allow a test to switch off memdebug
Test 3207 now uses this as its multi-threading is not fully memdebug compliant. Closes #19752
This commit is contained in:
parent
3896152843
commit
02aa75a8c2
5 changed files with 20 additions and 6 deletions
|
|
@ -111,8 +111,6 @@ void curl_dbg_memdebug(const char *logname)
|
|||
if(!curl_dbg_logfile) {
|
||||
if(logname && *logname)
|
||||
curl_dbg_logfile = CURLX_FOPEN_LOW(logname, FOPEN_WRITETEXT);
|
||||
else
|
||||
curl_dbg_logfile = stderr;
|
||||
#ifdef MEMDEBUG_LOG_SYNC
|
||||
/* Flush the log file after every line so the log is not lost in a crash */
|
||||
if(curl_dbg_logfile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue