提交 ebd29c6b 编写于 作者: J Ján Tomko

iscsi: don't leak portal string when starting a pool

(cherry picked from commit 413274f6)
上级 a24f6841
......@@ -735,6 +735,7 @@ virStorageBackendISCSIStartPool(virConnectPtr conn ATTRIBUTE_UNUSED,
ret = 0;
cleanup:
VIR_FREE(portal);
VIR_FREE(session);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册