mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-09-19 01:44:56 +03:00
tests: Resolve Coverity RESOURCE_LEAK
Commit id 'b77ce18a2' added a new bitmap, but neglected to virBitmapFree it
This commit is contained in:
@@ -548,6 +548,7 @@ test10(const void *opaque ATTRIBUTE_UNUSED)
|
|||||||
virBitmapFree(b1);
|
virBitmapFree(b1);
|
||||||
virBitmapFree(b2);
|
virBitmapFree(b2);
|
||||||
virBitmapFree(b3);
|
virBitmapFree(b3);
|
||||||
|
virBitmapFree(b4);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user