Move shared network code to common folder.
This commit is contained in:
parent
a9178bd468
commit
2d22f2aeff
28 changed files with 60 additions and 58 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