Re: [libvirt] [PATCH 2/6] tests: Resolve Coverity RESOURCE_LEAK

2015-09-24 Thread Ján Tomko
On Wed, Sep 23, 2015 at 07:18:29PM -0400, John Ferlan wrote: > In the error path need to unref the 'caps' as well > > Signed-off-by: John Ferlan > --- > tests/qemucaps2xmltest.c | 1 + > 1 file changed, 1 insertion(+) ACK Jan signature.asc Description: Digital signature -- libvir-list mailin

[libvirt] [PATCH 2/6] tests: Resolve Coverity RESOURCE_LEAK

2015-09-23 Thread John Ferlan
In the error path need to unref the 'caps' as well Signed-off-by: John Ferlan --- tests/qemucaps2xmltest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qemucaps2xmltest.c b/tests/qemucaps2xmltest.c index 6a5811c..7adde24 100644 --- a/tests/qemucaps2xmltest.c +++ b/tests/qemucaps2xml