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

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

上级 eed1de14
......@@ -772,6 +772,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.
先完成此消息的编辑!
想要评论请 注册