libtt: Fixes for Coverity fixes that I thought I'd already fixed.

This commit is contained in:
Peter Howkins
2018-04-24 00:05:56 +01:00
parent d52e9390ec
commit 9088d6b54e
8 changed files with 11 additions and 2 deletions
+1
View File
@@ -527,6 +527,7 @@ entry(const char *argskey, _Tt_entry_pt func, ...)
if (arg_index < 0 || msg_args.is_null() ||
msg_args->count() <= arg_index) {
va_end(ap);
return TT_ERR_NUM;
}
} else {