Squash valgrind errors by making sure client threads get joined on termination
This commit is contained in:
@@ -29,6 +29,7 @@ void error_handler(int fatal __attribute__ ((unused)) )
|
||||
longjmp(context->jmp, 1);
|
||||
}
|
||||
|
||||
|
||||
void mylog(int line_level, const char* format, ...)
|
||||
{
|
||||
va_list argptr;
|
||||
|
Reference in New Issue
Block a user