Merge branch 'master' into dev
This commit is contained in:
commit
fe7cfddd29
2 changed files with 7 additions and 0 deletions
|
@ -50,6 +50,8 @@ void Log::message(Log::Level level, const char* fmt, ...)
|
|||
va_end(copy);
|
||||
}
|
||||
|
||||
va_end(args);
|
||||
|
||||
uv_mutex_unlock(&m_mutex);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue