提交 e2f1fc52 编写于 作者: J John Ferlan

drivermodule: Ignore coverity warning about leaked_storage

上级 b7d00de2
......@@ -39,10 +39,12 @@ static int testDriverModule(const void *args)
{
const struct testDriverData *data = args;
/* coverity[leaked_storage] */
if (data->dep1 &&
!virDriverLoadModule(data->dep1))
return -1;
/* coverity[leaked_storage] */
if (!virDriverLoadModule(data->name))
return -1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册