commit | 8ede547cb09832890488b288b34053fa7f5ee4d2 | [log] [tgz] |
---|---|---|
author | Adam Buchbinder <abuchbinder@google.com> | Mon May 23 13:18:52 2016 -0700 |
committer | Adam Buchbinder <abuchbinder@google.com> | Mon May 23 13:18:52 2016 -0700 |
tree | 5fde02aaed0b20f36571a7d31fc07b1548061187 | |
parent | c5bbe8679b7dea1129a5b05dd1006e8ea45f0a51 [diff] |
Add missing va_end() calls in some variadic functions. This addresses the following cppcheck reports: [dumpstate/utils.cpp:666]: (error) va_list 'ap' was opened but not closed by va_end(). [dumpstate/utils.cpp:703]: (error) va_list 'ap' was opened but not closed by va_end(). Change-Id: I2405f063a6da1a109192484577bc18f5f40f2b99