Loading lib/memdebug.c +2 −1 Original line number Diff line number Diff line Loading @@ -115,6 +115,7 @@ void curl_memdebug(const char *logname) logfile = stderr; #ifdef MEMDEBUG_LOG_SYNC /* Flush the log file after every line so the log isn't lost in a crash */ if(logfile) setbuf(logfile, (char *)NULL); #endif } Loading Loading
lib/memdebug.c +2 −1 Original line number Diff line number Diff line Loading @@ -115,6 +115,7 @@ void curl_memdebug(const char *logname) logfile = stderr; #ifdef MEMDEBUG_LOG_SYNC /* Flush the log file after every line so the log isn't lost in a crash */ if(logfile) setbuf(logfile, (char *)NULL); #endif } Loading