未验证 提交 4e07ac17 编写于 作者: R Richard Stanway 提交者: GitHub

Merge pull request #1401 from Dmitry-Me/addMissingVaEnd02

UI: Add missing va_end() call
......@@ -346,6 +346,7 @@ static void do_log(int log_level, const char *msg, va_list args, void *param)
}
#else
def_log_handler(log_level, msg, args2, nullptr);
va_end(args2);
#endif
if (log_level <= LOG_INFO || log_verbose) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册