]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemumonitortestutils: Don't skip va_end() on error path
authorPeter Krempa <pkrempa@redhat.com>
Thu, 1 Aug 2013 14:33:23 +0000 (16:33 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 2 Aug 2013 10:28:58 +0000 (12:28 +0200)
commit8f95d5d84c0387b9c52ff2d2b557e093e02e0481
treecd3a455840b0cc762d3d5ab85b266d516d4d3290
parentae9ef97b9b7060c90182e93e88acc7eb05e72116
qemumonitortestutils: Don't skip va_end() on error path

When allocation of memory failed the error path didn't call va_end()
causing a coverity failure.

Reported by John Ferlan.
tests/qemumonitortestutils.c