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

2015-09-24 Thread Ján Tomko
On Wed, Sep 23, 2015 at 07:18:30PM -0400, John Ferlan wrote: > The cleanup path did not clear the reference for sk1 and sk2 > > Signed-off-by: John Ferlan > --- > tests/virnetdaemontest.c | 2 ++ > 1 file changed, 2 insertions(+) ACK Jan signature.asc Description:

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

2015-09-23 Thread John Ferlan
The cleanup path did not clear the reference for sk1 and sk2 Signed-off-by: John Ferlan --- tests/virnetdaemontest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/virnetdaemontest.c b/tests/virnetdaemontest.c index fb8a6c0..24cbd54 100644 ---