Merge branch 'master' into dev

This commit is contained in:
XMRig 2018-04-23 00:37:11 +07:00
commit fe7cfddd29
2 changed files with 7 additions and 0 deletions

View file

@ -50,6 +50,8 @@ void Log::message(Log::Level level, const char* fmt, ...)
va_end(copy);
}
va_end(args);
uv_mutex_unlock(&m_mutex);
}