提交 960e009c 编写于 作者: J John Ferlan

tests: Resolve Coverity RESOURCE_LEAK

Commit id 'b77ce18a' added a new bitmap, but neglected to virBitmapFree it
上级 31ef0836
...@@ -548,6 +548,7 @@ test10(const void *opaque ATTRIBUTE_UNUSED) ...@@ -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;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册