Skip to content
Permalink
Browse files
safemalloc: warn, flush after fprintf
Corrects 94d722b
  • Loading branch information
grooverdan authored and Sergey Vojtovich committed Jan 16, 2019
1 parent db469b6 commit 19a7656
Showing 1 changed file with 1 addition and 1 deletion.
@@ -282,8 +282,8 @@ static void warn(const char *format,...)
va_list args;
DBUG_PRINT("error", ("%s", format));
va_start(args,format);
fflush(stderr);
vfprintf(stderr, format, args);
fflush(stderr);
va_end(args);

#ifdef HAVE_BACKTRACE

0 comments on commit 19a7656

Please sign in to comment.