1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-21 22:22:51 -05:00

Merge branch 'master' into dev

This commit is contained in:
XMRig
2018-04-23 00:37:11 +07:00
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);
}