Summary:
Fix a set of bugs introduced by WT-5324 where functions had va_start calls but could return without processing their matching va_end calls. Unlikely to cause problems anywhere, the va_end arguments aren't necessary and the only time this fires is in places where applications have called the API in illegal ways.
=================================
There are number of Coverity detected bugs with similar symptoms: