[libvirt] [PATCH] tests: Resolve Coverity RESOURCE_LEAK

Eric Blake eblake at redhat.com
Wed Apr 15 14:30:21 UTC 2015


On 04/15/2015 08:22 AM, John Ferlan wrote:
> Commit id 'b77ce18a2' added a new bitmap, but neglected to virBitmapFree it
> 
> Signed-off-by: John Ferlan <jferlan at redhat.com>
> ---
>  tests/virbitmaptest.c | 1 +
>  1 file changed, 1 insertion(+)

ACK

> 
> diff --git a/tests/virbitmaptest.c b/tests/virbitmaptest.c
> index 9a84e4c..a6e9a38 100644
> --- a/tests/virbitmaptest.c
> +++ b/tests/virbitmaptest.c
> @@ -548,6 +548,7 @@ test10(const void *opaque ATTRIBUTE_UNUSED)
>      virBitmapFree(b1);
>      virBitmapFree(b2);
>      virBitmapFree(b3);
> +    virBitmapFree(b4);
>      return ret;
>  }
>  
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150415/33fae7eb/attachment-0001.sig>


More information about the libvir-list mailing list